Html Css Color HEX #CB842D Dixie

📋 copy color: '#CB842D'

red 203 ◦ green 132 ◦ blue 45

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

Shades of Dixie #CB842D

Tints of Dixie #CB842D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.74%

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

R = 53.42%
G = 34.74%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB842D (or 0xCB842D) is known color: Dixie. HEX triplet: CB, 84 and 2D. RGB value is (203,132,45). Sum of RGB (Red+Green+Blue) = 203+132+45=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB842D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB842D is #347BD2. Grayscale: #8F8F8F. Windows color (decimal): -3439571 or 2983115. OLE color: 2983115.

HSL color Cylindrical-coordinate representation of color #CB842D: hue angle of 33.04º 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 #CB842D is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 132 45 -
CMYK 0 0.35 0.78 0.20
HSL 33.04º 0.64% 0.49% -
HSV(B) 33.04º 0.78% 0.8% -
XYZ 33.35 29.39 6.4 -
YUV 143.31 72.52 170.57 -
System Red Green Blue C M Y K H S L
Decimal 203 132 45 0 0.35 0.78 0.20 33.04 0.64 0.49
Hex CB 84 2D 0 23 4E 14 21 40 31
Octal 313 204 55 0 43 116 24 41 100 61
Binary 11001011 10000100 101101 0 100011 1001110 10100 100001 1000000 110001

Color Harmonies of #CB842D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB842D

Black with #CB842D

Text Example


Text Example

White with #CB842D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB842D; }

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

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

background-color css

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

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

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

border-color css

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

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

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