Html Css Color HEX #CF5B13 Chocolate

📋 copy color: '#CF5B13'

red 207 ◦ green 91 ◦ blue 19

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

Shades of Chocolate #CF5B13

Tints of Chocolate #CF5B13

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.71%

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

R = 65.3%
G = 28.71%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF5B13 (or 0xCF5B13) is known color: Chocolate. HEX triplet: CF, 5B and 13. RGB value is (207,91,19). Sum of RGB (Red+Green+Blue) = 207+91+19=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5B13 is #30A4EC. Grayscale: #757575. Windows color (decimal): -3187949 or 1268687. OLE color: 1268687.

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

Color convert

RGB 207 91 19 -
CMYK 0 0.56 0.91 0.19
HSL 22.98º 0.83% 0.44% -
HSV(B) 22.98º 0.91% 0.81% -
XYZ 29.59 20.79 3.07 -
YUV 117.48 72.43 191.85 -
System Red Green Blue C M Y K H S L
Decimal 207 91 19 0 0.56 0.91 0.19 22.98 0.83 0.44
Hex CF 5B 13 0 38 5B 13 17 53 2C
Octal 317 133 23 0 70 133 23 27 123 54
Binary 11001111 1011011 10011 0 111000 1011011 10011 10111 1010011 101100

Color Harmonies of #CF5B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5B13

Black with #CF5B13

Text Example


Text Example

White with #CF5B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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