Html Css Color HEX #CF5513 Tenne (Tawny)

📋 copy color: '#CF5513'

red 207 ◦ green 85 ◦ blue 19

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

Shades of Tenne (Tawny) #CF5513

Tints of Tenne (Tawny) #CF5513

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.33%

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

R = 66.56%
G = 27.33%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF5513 (or 0xCF5513) is known color: Tenne (Tawny). HEX triplet: CF, 55 and 13. RGB value is (207,85,19). Sum of RGB (Red+Green+Blue) = 207+85+19=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5513 is #30AAEC. Grayscale: #727272. Windows color (decimal): -3189485 or 1267151. OLE color: 1267151.

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

Color convert

RGB 207 85 19 -
CMYK 0 0.59 0.91 0.19
HSL 21.06º 0.83% 0.44% -
HSV(B) 21.06º 0.91% 0.81% -
XYZ 29.1 19.81 2.91 -
YUV 113.95 74.42 194.37 -
System Red Green Blue C M Y K H S L
Decimal 207 85 19 0 0.59 0.91 0.19 21.06 0.83 0.44
Hex CF 55 13 0 3B 5B 13 15 53 2C
Octal 317 125 23 0 73 133 23 25 123 54
Binary 11001111 1010101 10011 0 111011 1011011 10011 10101 1010011 101100

Color Harmonies of #CF5513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5513

Black with #CF5513

Text Example


Text Example

White with #CF5513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5513; }

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

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

background-color css

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

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

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

border-color css

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

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

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