Html Css Color HEX #D75A0B Tenne (Tawny)

📋 copy color: '#D75A0B'

red 215 ◦ green 90 ◦ blue 11

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

Shades of Tenne (Tawny) #D75A0B

Tints of Tenne (Tawny) #D75A0B

RGB

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

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

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

R = 68.04%
G = 28.48%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D75A0B (or 0xD75A0B) is known color: Tenne (Tawny). HEX triplet: D7, 5A and 0B. RGB value is (215,90,11). Sum of RGB (Red+Green+Blue) = 215+90+11=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75A0B is #28A5F4. Grayscale: #767676. Windows color (decimal): -2663925 or 744151. OLE color: 744151.

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

Color convert

RGB 215 90 11 -
CMYK 0 0.58 0.95 0.16
HSL 23.24º 0.9% 0.44% -
HSV(B) 23.24º 0.95% 0.84% -
XYZ 31.74 21.78 2.85 -
YUV 118.37 67.41 196.92 -
System Red Green Blue C M Y K H S L
Decimal 215 90 11 0 0.58 0.95 0.16 23.24 0.9 0.44
Hex D7 5A B 0 3A 5F 10 17 5A 2C
Octal 327 132 13 0 72 137 20 27 132 54
Binary 11010111 1011010 1011 0 111010 1011111 10000 10111 1011010 101100

Color Harmonies of #D75A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75A0B

Black with #D75A0B

Text Example


Text Example

White with #D75A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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