Html Css Color HEX #915500 Golden Brown

📋 copy color: '#915500'

red 145 ◦ green 85 ◦ blue 0

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

Shades of Golden Brown #915500

Tints of Golden Brown #915500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.96%

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

R = 63.04%
G = 36.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#915500 (or 0x915500) is known color: Golden Brown. HEX triplet: 91, 55 and 00. RGB value is (145,85,0). Sum of RGB (Red+Green+Blue) = 145+85+0=230 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.04% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 145 - color contains mainly: red. Hex color #915500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915500 is #6EAAFF. Grayscale: #5D5D5D. Windows color (decimal): -7252736 or 21905. OLE color: 21905.

HSL color Cylindrical-coordinate representation of color #915500: hue angle of 35.17º 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 #915500 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 85 0 -
CMYK 0 0.41 1 0.43
HSL 35.17º 1% 0.28% -
HSV(B) 35.17º 1% 0.57% -
XYZ 14.93 12.52 1.63 -
YUV 93.25 75.38 164.91 -
System Red Green Blue C M Y K H S L
Decimal 145 85 0 0 0.41 1 0.43 35.17 1 0.28
Hex 91 55 0 0 29 64 2B 23 64 1C
Octal 221 125 0 0 51 144 53 43 144 34
Binary 10010001 1010101 0 0 101001 1100100 101011 100011 1100100 11100

Color Harmonies of #915500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915500

Black with #915500

Text Example


Text Example

White with #915500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915500; }

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

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

background-color css

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

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

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

border-color css

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

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

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