Html Css Color HEX #CF862F Dixie

📋 copy color: '#CF862F'

red 207 ◦ green 134 ◦ blue 47

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

Shades of Dixie #CF862F

Tints of Dixie #CF862F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.54%

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

R = 53.35%
G = 34.54%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF862F (or 0xCF862F) is known color: Dixie. HEX triplet: CF, 86 and 2F. RGB value is (207,134,47). Sum of RGB (Red+Green+Blue) = 207+134+47=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 47 (18.75% from 255 or 12.11% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF862F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF862F is #3079D0. Grayscale: #929292. Windows color (decimal): -3176913 or 3114703. OLE color: 3114703.

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

Color convert

RGB 207 134 47 -
CMYK 0 0.35 0.77 0.19
HSL 32.63º 0.63% 0.5% -
HSV(B) 32.63º 0.77% 0.81% -
XYZ 34.77 30.52 6.75 -
YUV 145.91 72.18 171.57 -
System Red Green Blue C M Y K H S L
Decimal 207 134 47 0 0.35 0.77 0.19 32.63 0.63 0.5
Hex CF 86 2F 0 23 4D 13 21 3F 32
Octal 317 206 57 0 43 115 23 41 77 62
Binary 11001111 10000110 101111 0 100011 1001101 10011 100001 111111 110010

Color Harmonies of #CF862F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF862F

Black with #CF862F

Text Example


Text Example

White with #CF862F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF862F; }

 p { color: rgb(207,134,47); }

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

background-color css

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

 a { background-color: rgb(207,134,47); }

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

border-color css

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

 span { border-color: rgb(207,134,47); }

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