#ca8732

Color #CA8732 Dixie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dixie #CA8732

Tints of Dixie #CA8732

Color information

#CA8732 (or 0xCA8732) is unknown color: approx Dixie. HEX triplet: CA, 87 and 32. RGB value is (202,135,50). Sum of RGB (Red+Green+Blue) = 202+135+50=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8732 is #3578CD. Grayscale: #919191. Windows color (decimal): -3504334 or 3311562. OLE color: 3311562.

HSL color Cylindrical-coordinate representation of color #CA8732: hue angle of 33.55º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA8732 is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB20213550-
CMYK00.330.750.21
HSL33.55º60.32%49.41%-
HSV(B)33.55º75.25%79.22%-
XYZ33.630.117.06-
YUV145.3474.2168.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 52.20%
GREEN value IS 135 (53.12% from 255) = 34.88%
BLUE value IS 50 (19.92% from 255) = 12.92%
R=52.20%
G=34.88%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021355000.330.750.2133.5560.3249.41
HexCA87320214B15223c31
Octal3122076204111325427461
Binary11001010100001111100100100001100101110101100010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca8732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca8732; }

 p { color: rgb(202,135,50); }

 H1.HeaderClassName
 {
   color: #ca8732;
 }
 .AnyTagClassName
 {
   color: #ca8732;
 }
</style>
background-color css

<style>
 a { background-color: #ca8732; }

 a { background-color: rgb(202,135,50); }

 div.DivClassName
 {
   background-color: #ca8732;
 }
 .BgClassName
 {
   background-color: #ca8732;
 }
</style>
border-color css

<style>
 span { border-color: #ca8732; }

 span { border-color: rgb(202,135,50); }

 td.TdClassName
 {
   border-color: #ca8732;
 }
 .TagClassName
 {
   border-color: #ca8732;
 }
</style>