Html Css Color HEX #915000 Saddle Brown

📋 copy color: '#915000'

red 145 ◦ green 80 ◦ blue 0

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

Shades of Saddle Brown #915000

Tints of Saddle Brown #915000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.44%
G = 35.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#915000 (or 0x915000) is known color: Saddle Brown. HEX triplet: 91, 50 and 00. RGB value is (145,80,0). Sum of RGB (Red+Green+Blue) = 145+80+0=225 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.44% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 145 - color contains mainly: red. Hex color #915000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915000 is #6EAFFF. Grayscale: #5A5A5A. Windows color (decimal): -7254016 or 20625. OLE color: 20625.

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

Color convert

RGB 145 80 0 -
CMYK 0 0.45 1 0.43
HSL 33.1º 1% 0.28% -
HSV(B) 33.1º 1% 0.57% -
XYZ 14.55 11.76 1.5 -
YUV 90.32 77.03 167 -
System Red Green Blue C M Y K H S L
Decimal 145 80 0 0 0.45 1 0.43 33.1 1 0.28
Hex 91 50 0 0 2D 64 2B 21 64 1C
Octal 221 120 0 0 55 144 53 41 144 34
Binary 10010001 1010000 0 0 101101 1100100 101011 100001 1100100 11100

Color Harmonies of #915000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915000

Black with #915000

Text Example


Text Example

White with #915000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915000; }

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

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

background-color css

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

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

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

border-color css

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

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

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