Html Css Color HEX #CB8631 Dixie

📋 copy color: '#CB8631'

red 203 ◦ green 134 ◦ blue 49

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

Shades of Dixie #CB8631

Tints of Dixie #CB8631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.69%

R = 52.59%
G = 34.72%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB8631 (or 0xCB8631) is known color: Dixie. HEX triplet: CB, 86 and 31. RGB value is (203,134,49). Sum of RGB (Red+Green+Blue) = 203+134+49=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 49 (19.53% from 255 or 12.69% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8631 is #3479CE. Grayscale: #919191. Windows color (decimal): -3439055 or 3245771. OLE color: 3245771.

HSL color Cylindrical-coordinate representation of color #CB8631: hue angle of 33.12º degrees, saturation: 0.61, 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 #CB8631 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 134 49 -
CMYK 0 0.34 0.76 0.20
HSL 33.12º 0.61% 0.49% -
HSV(B) 33.12º 0.76% 0.8% -
XYZ 33.71 29.97 6.91 -
YUV 144.94 73.86 169.41 -
System Red Green Blue C M Y K H S L
Decimal 203 134 49 0 0.34 0.76 0.20 33.12 0.61 0.49
Hex CB 86 31 0 22 4C 14 21 3D 31
Octal 313 206 61 0 42 114 24 41 75 61
Binary 11001011 10000110 110001 0 100010 1001100 10100 100001 111101 110001

Color Harmonies of #CB8631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8631

Black with #CB8631

Text Example


Text Example

White with #CB8631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8631; }

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

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

background-color css

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

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

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

border-color css

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

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

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