Html Css Color HEX #CF5719 Chocolate

📋 copy color: '#CF5719'

red 207 ◦ green 87 ◦ blue 25

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

Shades of Chocolate #CF5719

Tints of Chocolate #CF5719

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.27%

 BLUE value IS 25 (10.16% from 255) = 7.84%

R = 64.89%
G = 27.27%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF5719 (or 0xCF5719) is known color: Chocolate. HEX triplet: CF, 57 and 19. RGB value is (207,87,25). Sum of RGB (Red+Green+Blue) = 207+87+25=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5719 is #30A8E6. Grayscale: #747474. Windows color (decimal): -3188967 or 1660879. OLE color: 1660879.

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

Color convert

RGB 207 87 25 -
CMYK 0 0.58 0.88 0.19
HSL 20.44º 0.78% 0.45% -
HSV(B) 20.44º 0.88% 0.81% -
XYZ 29.32 20.15 3.26 -
YUV 115.81 76.76 193.04 -
System Red Green Blue C M Y K H S L
Decimal 207 87 25 0 0.58 0.88 0.19 20.44 0.78 0.45
Hex CF 57 19 0 3A 58 13 14 4E 2D
Octal 317 127 31 0 72 130 23 24 116 55
Binary 11001111 1010111 11001 0 111010 1011000 10011 10100 1001110 101101

Color Harmonies of #CF5719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5719

Black with #CF5719

Text Example


Text Example

White with #CF5719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5719; }

 p { color: rgb(207,87,25); }

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

background-color css

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

 a { background-color: rgb(207,87,25); }

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

border-color css

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

 span { border-color: rgb(207,87,25); }

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