Html Css Color HEX #CB862B Dixie

📋 copy color: '#CB862B'

red 203 ◦ green 134 ◦ blue 43

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

Shades of Dixie #CB862B

Tints of Dixie #CB862B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.26%

 BLUE value IS 43 (17.19% from 255) = 11.32%

R = 53.42%
G = 35.26%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB862B (or 0xCB862B) is known color: Dixie. HEX triplet: CB, 86 and 2B. RGB value is (203,134,43). Sum of RGB (Red+Green+Blue) = 203+134+43=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 43 (17.19% from 255 or 11.32% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB862B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB862B is #3479D4. Grayscale: #909090. Windows color (decimal): -3439061 or 2852555. OLE color: 2852555.

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

Color convert

RGB 203 134 43 -
CMYK 0 0.34 0.79 0.20
HSL 34.13º 0.65% 0.48% -
HSV(B) 34.13º 0.79% 0.8% -
XYZ 33.59 29.92 6.29 -
YUV 144.26 70.86 169.9 -
System Red Green Blue C M Y K H S L
Decimal 203 134 43 0 0.34 0.79 0.20 34.13 0.65 0.48
Hex CB 86 2B 0 22 4F 14 22 41 30
Octal 313 206 53 0 42 117 24 42 101 60
Binary 11001011 10000110 101011 0 100010 1001111 10100 100010 1000001 110000

Color Harmonies of #CB862B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB862B

Black with #CB862B

Text Example


Text Example

White with #CB862B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB862B; }

 p { color: rgb(203,134,43); }

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

background-color css

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

 a { background-color: rgb(203,134,43); }

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

border-color css

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

 span { border-color: rgb(203,134,43); }

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