Html Css Color HEX #CF5817 Chocolate

📋 copy color: '#CF5817'

red 207 ◦ green 88 ◦ blue 23

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

Shades of Chocolate #CF5817

Tints of Chocolate #CF5817

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.67%

 BLUE value IS 23 (9.38% from 255) = 7.23%

R = 65.09%
G = 27.67%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF5817 (or 0xCF5817) is known color: Chocolate. HEX triplet: CF, 58 and 17. RGB value is (207,88,23). Sum of RGB (Red+Green+Blue) = 207+88+23=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 23 (9.38% from 255 or 7.23% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5817 is #30A7E8. Grayscale: #747474. Windows color (decimal): -3188713 or 1530063. OLE color: 1530063.

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

Color convert

RGB 207 88 23 -
CMYK 0 0.57 0.89 0.19
HSL 21.2º 0.8% 0.45% -
HSV(B) 21.2º 0.89% 0.81% -
XYZ 29.38 20.31 3.18 -
YUV 116.17 75.42 192.79 -
System Red Green Blue C M Y K H S L
Decimal 207 88 23 0 0.57 0.89 0.19 21.2 0.8 0.45
Hex CF 58 17 0 39 59 13 15 50 2D
Octal 317 130 27 0 71 131 23 25 120 55
Binary 11001111 1011000 10111 0 111001 1011001 10011 10101 1010000 101101

Color Harmonies of #CF5817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5817

Black with #CF5817

Text Example


Text Example

White with #CF5817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5817; }

 p { color: rgb(207,88,23); }

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

background-color css

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

 a { background-color: rgb(207,88,23); }

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

border-color css

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

 span { border-color: rgb(207,88,23); }

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