Html Css Color HEX #CF5E13 Chocolate

📋 copy color: '#CF5E13'

red 207 ◦ green 94 ◦ blue 19

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

Shades of Chocolate #CF5E13

Tints of Chocolate #CF5E13

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.38%

 BLUE value IS 19 (7.81% from 255) = 5.94%

R = 64.69%
G = 29.38%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF5E13 (or 0xCF5E13) is known color: Chocolate. HEX triplet: CF, 5E and 13. RGB value is (207,94,19). Sum of RGB (Red+Green+Blue) = 207+94+19=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5E13 is #30A1EC. Grayscale: #777777. Windows color (decimal): -3187181 or 1269455. OLE color: 1269455.

HSL color Cylindrical-coordinate representation of color #CF5E13: hue angle of 23.94º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF5E13 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 94 19 -
CMYK 0 0.55 0.91 0.19
HSL 23.94º 0.83% 0.44% -
HSV(B) 23.94º 0.91% 0.81% -
XYZ 29.85 21.32 3.16 -
YUV 119.24 71.44 190.6 -
System Red Green Blue C M Y K H S L
Decimal 207 94 19 0 0.55 0.91 0.19 23.94 0.83 0.44
Hex CF 5E 13 0 37 5B 13 18 53 2C
Octal 317 136 23 0 67 133 23 30 123 54
Binary 11001111 1011110 10011 0 110111 1011011 10011 11000 1010011 101100

Color Harmonies of #CF5E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E13

Black with #CF5E13

Text Example


Text Example

White with #CF5E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E13; }

 p { color: rgb(207,94,19); }

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

background-color css

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

 a { background-color: rgb(207,94,19); }

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

border-color css

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

 span { border-color: rgb(207,94,19); }

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