Html Css Color HEX #915501 Golden Brown

📋 copy color: '#915501'

red 145 ◦ green 85 ◦ blue 1

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

Shades of Golden Brown #915501

Tints of Golden Brown #915501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 62.77%
G = 36.8%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#915501 (or 0x915501) is known color: Golden Brown. HEX triplet: 91, 55 and 01. RGB value is (145,85,1). Sum of RGB (Red+Green+Blue) = 145+85+1=231 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.77% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 145 - color contains mainly: red. Hex color #915501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915501 is #6EAAFE. Grayscale: #5D5D5D. Windows color (decimal): -7252735 or 87441. OLE color: 87441.

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

Color convert

RGB 145 85 1 -
CMYK 0 0.41 0.99 0.43
HSL 35º 0.99% 0.29% -
HSV(B) 35º 0.99% 0.57% -
XYZ 14.93 12.52 1.66 -
YUV 93.36 75.88 164.83 -
System Red Green Blue C M Y K H S L
Decimal 145 85 1 0 0.41 0.99 0.43 35 0.99 0.29
Hex 91 55 1 0 29 63 2B 23 63 1D
Octal 221 125 1 0 51 143 53 43 143 35
Binary 10010001 1010101 1 0 101001 1100011 101011 100011 1100011 11101

Color Harmonies of #915501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915501

Black with #915501

Text Example


Text Example

White with #915501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915501; }

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

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

background-color css

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

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

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

border-color css

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

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

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