Html Css Color HEX #CB842F Dixie

📋 copy color: '#CB842F'

red 203 ◦ green 132 ◦ blue 47

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

Shades of Dixie #CB842F

Tints of Dixie #CB842F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.3%

R = 53.14%
G = 34.55%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB842F (or 0xCB842F) is known color: Dixie. HEX triplet: CB, 84 and 2F. RGB value is (203,132,47). Sum of RGB (Red+Green+Blue) = 203+132+47=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB842F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB842F is #347BD0. Grayscale: #8F8F8F. Windows color (decimal): -3439569 or 3114187. OLE color: 3114187.

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

Color convert

RGB 203 132 47 -
CMYK 0 0.35 0.77 0.20
HSL 32.69º 0.62% 0.49% -
HSV(B) 32.69º 0.77% 0.8% -
XYZ 33.39 29.4 6.6 -
YUV 143.54 73.52 170.41 -
System Red Green Blue C M Y K H S L
Decimal 203 132 47 0 0.35 0.77 0.20 32.69 0.62 0.49
Hex CB 84 2F 0 23 4D 14 21 3E 31
Octal 313 204 57 0 43 115 24 41 76 61
Binary 11001011 10000100 101111 0 100011 1001101 10100 100001 111110 110001

Color Harmonies of #CB842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB842F

Black with #CB842F

Text Example


Text Example

White with #CB842F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB842F; }

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

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

background-color css

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

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

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

border-color css

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

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

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