Html Css Color HEX #CF872D Dixie

📋 copy color: '#CF872D'

red 207 ◦ green 135 ◦ blue 45

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

Shades of Dixie #CF872D

Tints of Dixie #CF872D

RGB

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

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

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

R = 53.49%
G = 34.88%
B = 11.63%

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

#CF872D (or 0xCF872D) is known color: Dixie. HEX triplet: CF, 87 and 2D. RGB value is (207,135,45). Sum of RGB (Red+Green+Blue) = 207+135+45=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF872D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF872D is #3078D2. Grayscale: #929292. Windows color (decimal): -3176659 or 2983887. OLE color: 2983887.

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

Color convert

RGB 207 135 45 -
CMYK 0 0.35 0.78 0.19
HSL 33.33º 0.64% 0.49% -
HSV(B) 33.33º 0.78% 0.81% -
XYZ 34.87 30.78 6.59 -
YUV 146.27 70.85 171.32 -
System Red Green Blue C M Y K H S L
Decimal 207 135 45 0 0.35 0.78 0.19 33.33 0.64 0.49
Hex CF 87 2D 0 23 4E 13 21 40 31
Octal 317 207 55 0 43 116 23 41 100 61
Binary 11001111 10000111 101101 0 100011 1001110 10011 100001 1000000 110001

Color Harmonies of #CF872D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF872D

Black with #CF872D

Text Example


Text Example

White with #CF872D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF872D; }

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

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

background-color css

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

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

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

border-color css

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

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

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