#D34A0B

Color #D34A0B Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #D34A0B

Tints of Tenne (Tawny) #D34A0B

Color information

#D34A0B (or 0xD34A0B) is unknown color: approx Tenne (Tawny). HEX triplet: D3, 4A and 0B. RGB value is (211,74,11). Sum of RGB (Red+Green+Blue) = 211+74+11=296 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.28% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 211 - color contains mainly: red. Hex color #D34A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34A0B is #2CB5F4. Grayscale: #6C6C6C. Windows color (decimal): -2930165 or 740051. OLE color: 740051.

HSL color Cylindrical-coordinate representation of color #D34A0B: hue angle of 18.9º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D34A0B is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB2117411-
CMYK00.650.950.17
HSL18.9º90.09%43.53%-
HSV(B)18.9º94.79%82.75%-
XYZ29.3718.772.39-
YUV107.7873.39201.62-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 71.28%
GREEN value IS 74 (29.30% from 255) = 25%
BLUE value IS 11 (4.69% from 255) = 3.72%
R=71.28%
G=25%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211741100.650.950.1718.990.0943.53
HexD34AB0415F11135a2c
Octal323112130101137212313254
Binary110100111001010101101000001101111110001100111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34A0B; }

 p { color: rgb(211,74,11); }

 H1.HeaderClassName
 {
   color: #D34A0B;
 }
 .AnyTagClassName
 {
   color: #D34A0B;
 }
</style>
background-color css

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

 a { background-color: rgb(211,74,11); }

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

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

 span { border-color: rgb(211,74,11); }

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