Html Css Color HEX #CF872E Dixie

📋 copy color: '#CF872E'

red 207 ◦ green 135 ◦ blue 46

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

Shades of Dixie #CF872E

Tints of Dixie #CF872E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.86%

R = 53.35%
G = 34.79%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF872E (or 0xCF872E) is known color: Dixie. HEX triplet: CF, 87 and 2E. RGB value is (207,135,46). Sum of RGB (Red+Green+Blue) = 207+135+46=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 46 (18.36% from 255 or 11.86% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF872E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF872E is #3078D1. Grayscale: #929292. Windows color (decimal): -3176658 or 3049423. OLE color: 3049423.

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

Color convert

RGB 207 135 46 -
CMYK 0 0.35 0.78 0.19
HSL 33.17º 0.64% 0.5% -
HSV(B) 33.17º 0.78% 0.81% -
XYZ 34.89 30.79 6.69 -
YUV 146.38 71.35 171.24 -
System Red Green Blue C M Y K H S L
Decimal 207 135 46 0 0.35 0.78 0.19 33.17 0.64 0.5
Hex CF 87 2E 0 23 4E 13 21 40 32
Octal 317 207 56 0 43 116 23 41 100 62
Binary 11001111 10000111 101110 0 100011 1001110 10011 100001 1000000 110010

Color Harmonies of #CF872E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF872E

Black with #CF872E

Text Example


Text Example

White with #CF872E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF872E; }

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

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

background-color css

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

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

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

border-color css

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

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

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