#CB8833

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

Shades of Dixie #CB8833

Tints of Dixie #CB8833

Color information

#CB8833 (or 0xCB8833) is unknown color: approx Dixie. HEX triplet: CB, 88 and 33. RGB value is (203,136,51). Sum of RGB (Red+Green+Blue) = 203+136+51=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 51 (20.31% from 255 or 13.08% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8833 is #3477CC. Grayscale: #929292. Windows color (decimal): -3438541 or 3377355. OLE color: 3377355.

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

Color convert

RGB20313651-
CMYK00.330.750.20
HSL33.55º59.84%49.8%-
HSV(B)33.55º74.88%79.61%-
XYZ34.0330.547.23-
YUV146.3474.2168.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.05%
GREEN value IS 136 (53.52% from 255) = 34.87%
BLUE value IS 51 (20.31% from 255) = 13.08%
R=52.05%
G=34.87%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031365100.330.750.2033.5559.8449.8
HexCB88330214B14223c32
Octal3132106304111324427462
Binary11001011100010001100110100001100101110100100010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8833; }

 p { color: rgb(203,136,51); }

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

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

 a { background-color: rgb(203,136,51); }

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

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

 span { border-color: rgb(203,136,51); }

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