Html Css Color HEX #D7520A Tenne (Tawny)

📋 copy color: '#D7520A'

red 215 ◦ green 82 ◦ blue 10

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

Shades of Tenne (Tawny) #D7520A

Tints of Tenne (Tawny) #D7520A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.71%

 BLUE value IS 10 (4.3% from 255) = 3.26%

R = 70.03%
G = 26.71%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7520A (or 0xD7520A) is known color: Tenne (Tawny). HEX triplet: D7, 52 and 0A. RGB value is (215,82,10). Sum of RGB (Red+Green+Blue) = 215+82+10=307 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.03% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 215 - color contains mainly: red. Hex color #D7520A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7520A is #28ADF5. Grayscale: #717171. Windows color (decimal): -2665974 or 676567. OLE color: 676567.

HSL color Cylindrical-coordinate representation of color #D7520A: hue angle of 21.07º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D7520A is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 82 10 -
CMYK 0 0.62 0.95 0.16
HSL 21.07º 0.91% 0.44% -
HSV(B) 21.07º 0.95% 0.84% -
XYZ 31.1 20.5 2.61 -
YUV 113.56 69.56 200.35 -
System Red Green Blue C M Y K H S L
Decimal 215 82 10 0 0.62 0.95 0.16 21.07 0.91 0.44
Hex D7 52 A 0 3E 5F 10 15 5B 2C
Octal 327 122 12 0 76 137 20 25 133 54
Binary 11010111 1010010 1010 0 111110 1011111 10000 10101 1011011 101100

Color Harmonies of #D7520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7520A

Black with #D7520A

Text Example


Text Example

White with #D7520A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7520A; }

 p { color: rgb(215,82,10); }

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

background-color css

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

 a { background-color: rgb(215,82,10); }

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

border-color css

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

 span { border-color: rgb(215,82,10); }

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