Html Css Color HEX #915005 Saddle Brown

📋 copy color: '#915005'

red 145 ◦ green 80 ◦ blue 5

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

Shades of Saddle Brown #915005

Tints of Saddle Brown #915005

RGB

 RED value IS 145 (57.03% from 255) = 63.04%

 GREEN value IS 80 (31.64% from 255) = 34.78%

 BLUE value IS 5 (2.34% from 255) = 2.17%

R = 63.04%
G = 34.78%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#915005 (or 0x915005) is known color: Saddle Brown. HEX triplet: 91, 50 and 05. RGB value is (145,80,5). Sum of RGB (Red+Green+Blue) = 145+80+5=230 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.04% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 145 - color contains mainly: red. Hex color #915005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915005 is #6EAFFA. Grayscale: #5B5B5B. Windows color (decimal): -7254011 or 348305. OLE color: 348305.

HSL color Cylindrical-coordinate representation of color #915005: hue angle of 32.14º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #915005 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 80 5 -
CMYK 0 0.45 0.97 0.43
HSL 32.14º 0.93% 0.29% -
HSV(B) 32.14º 0.97% 0.57% -
XYZ 14.57 11.77 1.65 -
YUV 90.89 79.53 166.6 -
System Red Green Blue C M Y K H S L
Decimal 145 80 5 0 0.45 0.97 0.43 32.14 0.93 0.29
Hex 91 50 5 0 2D 61 2B 20 5D 1D
Octal 221 120 5 0 55 141 53 40 135 35
Binary 10010001 1010000 101 0 101101 1100001 101011 100000 1011101 11101

Color Harmonies of #915005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915005

Black with #915005

Text Example


Text Example

White with #915005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915005; }

 p { color: rgb(145,80,5); }

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

background-color css

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

 a { background-color: rgb(145,80,5); }

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

border-color css

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

 span { border-color: rgb(145,80,5); }

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