Html Css Color HEX #CF4D0B Tenne (Tawny)

📋 copy color: '#CF4D0B'

red 207 ◦ green 77 ◦ blue 11

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

Shades of Tenne (Tawny) #CF4D0B

Tints of Tenne (Tawny) #CF4D0B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.1%

 BLUE value IS 11 (4.69% from 255) = 3.73%

R = 70.17%
G = 26.1%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF4D0B (or 0xCF4D0B) is known color: Tenne (Tawny). HEX triplet: CF, 4D and 0B. RGB value is (207,77,11). Sum of RGB (Red+Green+Blue) = 207+77+11=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF4D0B is #30B2F4. Grayscale: #6C6C6C. Windows color (decimal): -3191541 or 740815. OLE color: 740815.

HSL color Cylindrical-coordinate representation of color #CF4D0B: hue angle of 20.2º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF4D0B is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 77 11 -
CMYK 0 0.63 0.95 0.19
HSL 20.2º 0.9% 0.43% -
HSV(B) 20.2º 0.95% 0.81% -
XYZ 28.45 18.6 2.41 -
YUV 108.35 73.07 198.37 -
System Red Green Blue C M Y K H S L
Decimal 207 77 11 0 0.63 0.95 0.19 20.2 0.9 0.43
Hex CF 4D B 0 3F 5F 13 14 5A 2B
Octal 317 115 13 0 77 137 23 24 132 53
Binary 11001111 1001101 1011 0 111111 1011111 10011 10100 1011010 101011

Color Harmonies of #CF4D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4D0B

Black with #CF4D0B

Text Example


Text Example

White with #CF4D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4D0B; }

 p { color: rgb(207,77,11); }

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

background-color css

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

 a { background-color: rgb(207,77,11); }

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

border-color css

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

 span { border-color: rgb(207,77,11); }

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