Html Css Color HEX #D7540C Tenne (Tawny)

📋 copy color: '#D7540C'

red 215 ◦ green 84 ◦ blue 12

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

Shades of Tenne (Tawny) #D7540C

Tints of Tenne (Tawny) #D7540C

RGB

 RED value IS 215 (84.38% from 255) = 69.13%

 GREEN value IS 84 (33.2% from 255) = 27.01%

 BLUE value IS 12 (5.08% from 255) = 3.86%

R = 69.13%
G = 27.01%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7540C (or 0xD7540C) is known color: Tenne (Tawny). HEX triplet: D7, 54 and 0C. RGB value is (215,84,12). Sum of RGB (Red+Green+Blue) = 215+84+12=311 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.13% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 215 - color contains mainly: red. Hex color #D7540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7540C is #28ABF3. Grayscale: #737373. Windows color (decimal): -2665460 or 808151. OLE color: 808151.

HSL color Cylindrical-coordinate representation of color #D7540C: hue angle of 21.28º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7540C is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 84 12 -
CMYK 0 0.61 0.94 0.16
HSL 21.28º 0.89% 0.45% -
HSV(B) 21.28º 0.94% 0.84% -
XYZ 31.26 20.81 2.72 -
YUV 114.96 69.9 199.35 -
System Red Green Blue C M Y K H S L
Decimal 215 84 12 0 0.61 0.94 0.16 21.28 0.89 0.45
Hex D7 54 C 0 3D 5E 10 15 59 2D
Octal 327 124 14 0 75 136 20 25 131 55
Binary 11010111 1010100 1100 0 111101 1011110 10000 10101 1011001 101101

Color Harmonies of #D7540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7540C

Black with #D7540C

Text Example


Text Example

White with #D7540C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7540C; }

 p { color: rgb(215,84,12); }

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

background-color css

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

 a { background-color: rgb(215,84,12); }

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

border-color css

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

 span { border-color: rgb(215,84,12); }

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