Html Css Color HEX #CB8A2D Dixie

📋 copy color: '#CB8A2D'

red 203 ◦ green 138 ◦ blue 45

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

Shades of Dixie #CB8A2D

Tints of Dixie #CB8A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.66%

R = 52.59%
G = 35.75%
B = 11.66%

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

#CB8A2D (or 0xCB8A2D) is known color: Dixie. HEX triplet: CB, 8A and 2D. RGB value is (203,138,45). Sum of RGB (Red+Green+Blue) = 203+138+45=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8A2D is #3475D2. Grayscale: #939393. Windows color (decimal): -3438035 or 2984651. OLE color: 2984651.

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

Color convert

RGB 203 138 45 -
CMYK 0 0.32 0.78 0.20
HSL 35.32º 0.64% 0.49% -
HSV(B) 35.32º 0.78% 0.8% -
XYZ 34.19 31.06 6.68 -
YUV 146.83 70.53 168.06 -
System Red Green Blue C M Y K H S L
Decimal 203 138 45 0 0.32 0.78 0.20 35.32 0.64 0.49
Hex CB 8A 2D 0 20 4E 14 23 40 31
Octal 313 212 55 0 40 116 24 43 100 61
Binary 11001011 10001010 101101 0 100000 1001110 10100 100011 1000000 110001

Color Harmonies of #CB8A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8A2D

Black with #CB8A2D

Text Example


Text Example

White with #CB8A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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