Html Css Color HEX #CF5912 Tenne (Tawny)

📋 copy color: '#CF5912'

red 207 ◦ green 89 ◦ blue 18

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

Shades of Tenne (Tawny) #CF5912

Tints of Tenne (Tawny) #CF5912

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.34%

 BLUE value IS 18 (7.42% from 255) = 5.73%

R = 65.92%
G = 28.34%
B = 5.73%

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

#CF5912 (or 0xCF5912) is known color: Tenne (Tawny). HEX triplet: CF, 59 and 12. RGB value is (207,89,18). Sum of RGB (Red+Green+Blue) = 207+89+18=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5912 is #30A6ED. Grayscale: #747474. Windows color (decimal): -3188462 or 1202639. OLE color: 1202639.

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

Color convert

RGB 207 89 18 -
CMYK 0 0.57 0.91 0.19
HSL 22.54º 0.84% 0.44% -
HSV(B) 22.54º 0.91% 0.81% -
XYZ 29.41 20.45 2.97 -
YUV 116.19 72.59 192.77 -
System Red Green Blue C M Y K H S L
Decimal 207 89 18 0 0.57 0.91 0.19 22.54 0.84 0.44
Hex CF 59 12 0 39 5B 13 17 54 2C
Octal 317 131 22 0 71 133 23 27 124 54
Binary 11001111 1011001 10010 0 111001 1011011 10011 10111 1010100 101100

Color Harmonies of #CF5912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5912

Black with #CF5912

Text Example


Text Example

White with #CF5912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5912; }

 p { color: rgb(207,89,18); }

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

background-color css

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

 a { background-color: rgb(207,89,18); }

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

border-color css

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

 span { border-color: rgb(207,89,18); }

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