Html Css Color HEX #CF892D Dixie

📋 copy color: '#CF892D'

red 207 ◦ green 137 ◦ blue 45

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

Shades of Dixie #CF892D

Tints of Dixie #CF892D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.22%

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

R = 53.21%
G = 35.22%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF892D (or 0xCF892D) is known color: Dixie. HEX triplet: CF, 89 and 2D. RGB value is (207,137,45). Sum of RGB (Red+Green+Blue) = 207+137+45=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF892D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF892D is #3076D2. Grayscale: #939393. Windows color (decimal): -3176147 or 2984399. OLE color: 2984399.

HSL color Cylindrical-coordinate representation of color #CF892D: hue angle of 34.07º 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 #CF892D is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 137 45 -
CMYK 0 0.34 0.78 0.19
HSL 34.07º 0.64% 0.49% -
HSV(B) 34.07º 0.78% 0.81% -
XYZ 35.15 31.35 6.68 -
YUV 147.44 70.19 170.48 -
System Red Green Blue C M Y K H S L
Decimal 207 137 45 0 0.34 0.78 0.19 34.07 0.64 0.49
Hex CF 89 2D 0 22 4E 13 22 40 31
Octal 317 211 55 0 42 116 23 42 100 61
Binary 11001111 10001001 101101 0 100010 1001110 10011 100010 1000000 110001

Color Harmonies of #CF892D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF892D

Black with #CF892D

Text Example


Text Example

White with #CF892D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF892D; }

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

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

background-color css

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

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

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

border-color css

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

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

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