Html Css Color HEX #CF4B04 Tenne (Tawny)

📋 copy color: '#CF4B04'

red 207 ◦ green 75 ◦ blue 4

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

Shades of Tenne (Tawny) #CF4B04

Tints of Tenne (Tawny) #CF4B04

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.22%

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

R = 72.38%
G = 26.22%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF4B04 (or 0xCF4B04) is known color: Tenne (Tawny). HEX triplet: CF, 4B and 04. RGB value is (207,75,4). Sum of RGB (Red+Green+Blue) = 207+75+4=286 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.38% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4B04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4B04 is #30B4FB. Grayscale: #6A6A6A. Windows color (decimal): -3192060 or 281551. OLE color: 281551.

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

Color convert

RGB 207 75 4 -
CMYK 0 0.64 0.98 0.19
HSL 20.99º 0.96% 0.41% -
HSV(B) 20.99º 0.98% 0.81% -
XYZ 28.27 18.31 2.16 -
YUV 106.37 70.23 199.77 -
System Red Green Blue C M Y K H S L
Decimal 207 75 4 0 0.64 0.98 0.19 20.99 0.96 0.41
Hex CF 4B 4 0 40 62 13 15 60 29
Octal 317 113 4 0 100 142 23 25 140 51
Binary 11001111 1001011 100 0 1000000 1100010 10011 10101 1100000 101001

Color Harmonies of #CF4B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4B04

Black with #CF4B04

Text Example


Text Example

White with #CF4B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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