Html Css Color HEX #D75A0C Tenne (Tawny)

📋 copy color: '#D75A0C'

red 215 ◦ green 90 ◦ blue 12

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

Shades of Tenne (Tawny) #D75A0C

Tints of Tenne (Tawny) #D75A0C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.39%

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

R = 67.82%
G = 28.39%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D75A0C (or 0xD75A0C) is known color: Tenne (Tawny). HEX triplet: D7, 5A and 0C. RGB value is (215,90,12). Sum of RGB (Red+Green+Blue) = 215+90+12=317 (41% of max value = 765). Red value is 215 (84.38% from 255 or 67.82% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75A0C is #28A5F3. Grayscale: #767676. Windows color (decimal): -2663924 or 809687. OLE color: 809687.

HSL color Cylindrical-coordinate representation of color #D75A0C: hue angle of 23.05º 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 #D75A0C is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 90 12 -
CMYK 0 0.58 0.94 0.16
HSL 23.05º 0.89% 0.45% -
HSV(B) 23.05º 0.94% 0.84% -
XYZ 31.75 21.79 2.88 -
YUV 118.48 67.91 196.84 -
System Red Green Blue C M Y K H S L
Decimal 215 90 12 0 0.58 0.94 0.16 23.05 0.89 0.45
Hex D7 5A C 0 3A 5E 10 17 59 2D
Octal 327 132 14 0 72 136 20 27 131 55
Binary 11010111 1011010 1100 0 111010 1011110 10000 10111 1011001 101101

Color Harmonies of #D75A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75A0C

Black with #D75A0C

Text Example


Text Example

White with #D75A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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