Html Css Color HEX #CB8830 Dixie

📋 copy color: '#CB8830'

red 203 ◦ green 136 ◦ blue 48

#CB8830
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dixie #CB8830

Tints of Dixie #CB8830

RGB

 RED value IS 203 (79.69% from 255) = 52.45%

 GREEN value IS 136 (53.52% from 255) = 35.14%

 BLUE value IS 48 (19.14% from 255) = 12.4%

R = 52.45%
G = 35.14%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB8830 (or 0xCB8830) is known color: Dixie. HEX triplet: CB, 88 and 30. RGB value is (203,136,48). Sum of RGB (Red+Green+Blue) = 203+136+48=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 48 (19.14% from 255 or 12.40% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8830 is #3477CF. Grayscale: #929292. Windows color (decimal): -3438544 or 3180747. OLE color: 3180747.

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

Color convert

RGB 203 136 48 -
CMYK 0 0.33 0.76 0.20
HSL 34.06º 0.62% 0.49% -
HSV(B) 34.06º 0.76% 0.8% -
XYZ 33.97 30.52 6.9 -
YUV 146 72.7 168.66 -
System Red Green Blue C M Y K H S L
Decimal 203 136 48 0 0.33 0.76 0.20 34.06 0.62 0.49
Hex CB 88 30 0 21 4C 14 22 3E 31
Octal 313 210 60 0 41 114 24 42 76 61
Binary 11001011 10001000 110000 0 100001 1001100 10100 100010 111110 110001

Color Harmonies of #CB8830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8830

Black with #CB8830

Text Example


Text Example

White with #CB8830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8830; }

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

 H1.HeaderClassName
 {
   color: #CB8830;
 }
 .AnyTagClassName
 {
   color: #CB8830;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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