Html Css Color HEX #CB8A2C Dixie

📋 copy color: '#CB8A2C'

red 203 ◦ green 138 ◦ blue 44

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

Shades of Dixie #CB8A2C

Tints of Dixie #CB8A2C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.84%

 BLUE value IS 44 (17.58% from 255) = 11.43%

R = 52.73%
G = 35.84%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB8A2C (or 0xCB8A2C) is known color: Dixie. HEX triplet: CB, 8A and 2C. RGB value is (203,138,44). Sum of RGB (Red+Green+Blue) = 203+138+44=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8A2C is #3475D3. Grayscale: #939393. Windows color (decimal): -3438036 or 2919115. OLE color: 2919115.

HSL color Cylindrical-coordinate representation of color #CB8A2C: hue angle of 35.47º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB8A2C is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 138 44 -
CMYK 0 0.32 0.78 0.20
HSL 35.47º 0.64% 0.48% -
HSV(B) 35.47º 0.78% 0.8% -
XYZ 34.17 31.06 6.58 -
YUV 146.72 70.03 168.14 -
System Red Green Blue C M Y K H S L
Decimal 203 138 44 0 0.32 0.78 0.20 35.47 0.64 0.48
Hex CB 8A 2C 0 20 4E 14 23 40 30
Octal 313 212 54 0 40 116 24 43 100 60
Binary 11001011 10001010 101100 0 100000 1001110 10100 100011 1000000 110000

Color Harmonies of #CB8A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8A2C

Black with #CB8A2C

Text Example


Text Example

White with #CB8A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8A2C; }

 p { color: rgb(203,138,44); }

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

background-color css

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

 a { background-color: rgb(203,138,44); }

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

border-color css

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

 span { border-color: rgb(203,138,44); }

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