Html Css Color HEX #CF4F07 Tenne (Tawny)

📋 copy color: '#CF4F07'

red 207 ◦ green 79 ◦ blue 7

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

Shades of Tenne (Tawny) #CF4F07

Tints of Tenne (Tawny) #CF4F07

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.96%

 BLUE value IS 7 (3.13% from 255) = 2.39%

R = 70.65%
G = 26.96%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF4F07 (or 0xCF4F07) is known color: Tenne (Tawny). HEX triplet: CF, 4F and 07. RGB value is (207,79,7). Sum of RGB (Red+Green+Blue) = 207+79+7=293 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.65% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 7 (3.12% from 255 or 2.39% from 293); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF4F07 is #30B0F8. Grayscale: #6D6D6D. Windows color (decimal): -3191033 or 479183. OLE color: 479183.

HSL color Cylindrical-coordinate representation of color #CF4F07: hue angle of 21.6º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF4F07 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 79 7 -
CMYK 0 0.62 0.97 0.19
HSL 21.6º 0.93% 0.42% -
HSV(B) 21.6º 0.97% 0.81% -
XYZ 28.57 18.87 2.34 -
YUV 109.06 70.41 197.85 -
System Red Green Blue C M Y K H S L
Decimal 207 79 7 0 0.62 0.97 0.19 21.6 0.93 0.42
Hex CF 4F 7 0 3E 61 13 16 5D 2A
Octal 317 117 7 0 76 141 23 26 135 52
Binary 11001111 1001111 111 0 111110 1100001 10011 10110 1011101 101010

Color Harmonies of #CF4F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4F07

Black with #CF4F07

Text Example


Text Example

White with #CF4F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4F07; }

 p { color: rgb(207,79,7); }

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

background-color css

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

 a { background-color: rgb(207,79,7); }

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

border-color css

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

 span { border-color: rgb(207,79,7); }

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