Html Css Color HEX #CB832D Dixie

📋 copy color: '#CB832D'

red 203 ◦ green 131 ◦ blue 45

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

Shades of Dixie #CB832D

Tints of Dixie #CB832D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.56%

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

R = 53.56%
G = 34.56%
B = 11.87%

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

#CB832D (or 0xCB832D) is known color: Dixie. HEX triplet: CB, 83 and 2D. RGB value is (203,131,45). Sum of RGB (Red+Green+Blue) = 203+131+45=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB832D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB832D is #347CD2. Grayscale: #8F8F8F. Windows color (decimal): -3439827 or 2982859. OLE color: 2982859.

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

Color convert

RGB 203 131 45 -
CMYK 0 0.35 0.78 0.20
HSL 32.66º 0.64% 0.49% -
HSV(B) 32.66º 0.78% 0.8% -
XYZ 33.22 29.12 6.35 -
YUV 142.72 72.85 170.99 -
System Red Green Blue C M Y K H S L
Decimal 203 131 45 0 0.35 0.78 0.20 32.66 0.64 0.49
Hex CB 83 2D 0 23 4E 14 21 40 31
Octal 313 203 55 0 43 116 24 41 100 61
Binary 11001011 10000011 101101 0 100011 1001110 10100 100001 1000000 110001

Color Harmonies of #CB832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB832D

Black with #CB832D

Text Example


Text Example

White with #CB832D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB832D; }

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

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

background-color css

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

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

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

border-color css

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

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

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