Html Css Color HEX #CF5619 Chocolate

📋 copy color: '#CF5619'

red 207 ◦ green 86 ◦ blue 25

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

Shades of Chocolate #CF5619

Tints of Chocolate #CF5619

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.04%

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

R = 65.09%
G = 27.04%
B = 7.86%

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

#CF5619 (or 0xCF5619) is known color: Chocolate. HEX triplet: CF, 56 and 19. RGB value is (207,86,25). Sum of RGB (Red+Green+Blue) = 207+86+25=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5619 is #30A9E6. Grayscale: #737373. Windows color (decimal): -3189223 or 1660623. OLE color: 1660623.

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

Color convert

RGB 207 86 25 -
CMYK 0 0.58 0.88 0.19
HSL 20.11º 0.78% 0.45% -
HSV(B) 20.11º 0.88% 0.81% -
XYZ 29.24 19.99 3.24 -
YUV 115.23 77.09 193.46 -
System Red Green Blue C M Y K H S L
Decimal 207 86 25 0 0.58 0.88 0.19 20.11 0.78 0.45
Hex CF 56 19 0 3A 58 13 14 4E 2D
Octal 317 126 31 0 72 130 23 24 116 55
Binary 11001111 1010110 11001 0 111010 1011000 10011 10100 1001110 101101

Color Harmonies of #CF5619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5619

Black with #CF5619

Text Example


Text Example

White with #CF5619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5619; }

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

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

background-color css

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

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

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

border-color css

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

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

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