Html Css Color HEX #CF4704 Tenne (Tawny)

📋 copy color: '#CF4704'

red 207 ◦ green 71 ◦ blue 4

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

Shades of Tenne (Tawny) #CF4704

Tints of Tenne (Tawny) #CF4704

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.18%

 BLUE value IS 4 (1.95% from 255) = 1.42%

R = 73.4%
G = 25.18%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF4704 (or 0xCF4704) is known color: Tenne (Tawny). HEX triplet: CF, 47 and 04. RGB value is (207,71,4). Sum of RGB (Red+Green+Blue) = 207+71+4=282 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.40% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 4 (1.95% from 255 or 1.42% from 282); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4704 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4704 is #30B8FB. Grayscale: #686868. Windows color (decimal): -3193084 or 280527. OLE color: 280527.

HSL color Cylindrical-coordinate representation of color #CF4704: hue angle of 19.8º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF4704 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 71 4 -
CMYK 0 0.66 0.98 0.19
HSL 19.8º 0.96% 0.41% -
HSV(B) 19.8º 0.98% 0.81% -
XYZ 28.01 17.78 2.07 -
YUV 104.03 71.56 201.45 -
System Red Green Blue C M Y K H S L
Decimal 207 71 4 0 0.66 0.98 0.19 19.8 0.96 0.41
Hex CF 47 4 0 42 62 13 14 60 29
Octal 317 107 4 0 102 142 23 24 140 51
Binary 11001111 1000111 100 0 1000010 1100010 10011 10100 1100000 101001

Color Harmonies of #CF4704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4704

Black with #CF4704

Text Example


Text Example

White with #CF4704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4704; }

 p { color: rgb(207,71,4); }

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

background-color css

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

 a { background-color: rgb(207,71,4); }

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

border-color css

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

 span { border-color: rgb(207,71,4); }

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