Html Css Color HEX #CF5A13 Chocolate

📋 copy color: '#CF5A13'

red 207 ◦ green 90 ◦ blue 19

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

Shades of Chocolate #CF5A13

Tints of Chocolate #CF5A13

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.48%

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

R = 65.51%
G = 28.48%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF5A13 (or 0xCF5A13) is known color: Chocolate. HEX triplet: CF, 5A and 13. RGB value is (207,90,19). Sum of RGB (Red+Green+Blue) = 207+90+19=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5A13 is #30A5EC. Grayscale: #757575. Windows color (decimal): -3188205 or 1268431. OLE color: 1268431.

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

Color convert

RGB 207 90 19 -
CMYK 0 0.57 0.91 0.19
HSL 22.66º 0.83% 0.44% -
HSV(B) 22.66º 0.91% 0.81% -
XYZ 29.51 20.62 3.04 -
YUV 116.89 72.76 192.27 -
System Red Green Blue C M Y K H S L
Decimal 207 90 19 0 0.57 0.91 0.19 22.66 0.83 0.44
Hex CF 5A 13 0 39 5B 13 17 53 2C
Octal 317 132 23 0 71 133 23 27 123 54
Binary 11001111 1011010 10011 0 111001 1011011 10011 10111 1010011 101100

Color Harmonies of #CF5A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5A13

Black with #CF5A13

Text Example


Text Example

White with #CF5A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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