Html Css Color HEX #CF872C Dixie

📋 copy color: '#CF872C'

red 207 ◦ green 135 ◦ blue 44

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

Shades of Dixie #CF872C

Tints of Dixie #CF872C

RGB

 RED value IS 207 (81.25% from 255) = 53.63%

 GREEN value IS 135 (53.13% from 255) = 34.97%

 BLUE value IS 44 (17.58% from 255) = 11.4%

R = 53.63%
G = 34.97%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF872C (or 0xCF872C) is known color: Dixie. HEX triplet: CF, 87 and 2C. RGB value is (207,135,44). Sum of RGB (Red+Green+Blue) = 207+135+44=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF872C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF872C is #3078D3. Grayscale: #929292. Windows color (decimal): -3176660 or 2918351. OLE color: 2918351.

HSL color Cylindrical-coordinate representation of color #CF872C: hue angle of 33.5º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF872C is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 135 44 -
CMYK 0 0.35 0.79 0.19
HSL 33.5º 0.65% 0.49% -
HSV(B) 33.5º 0.79% 0.81% -
XYZ 34.85 30.78 6.49 -
YUV 146.15 70.35 171.4 -
System Red Green Blue C M Y K H S L
Decimal 207 135 44 0 0.35 0.79 0.19 33.5 0.65 0.49
Hex CF 87 2C 0 23 4F 13 21 41 31
Octal 317 207 54 0 43 117 23 41 101 61
Binary 11001111 10000111 101100 0 100011 1001111 10011 100001 1000001 110001

Color Harmonies of #CF872C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF872C

Black with #CF872C

Text Example


Text Example

White with #CF872C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF872C; }

 p { color: rgb(207,135,44); }

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

background-color css

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

 a { background-color: rgb(207,135,44); }

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

border-color css

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

 span { border-color: rgb(207,135,44); }

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