Html Css Color HEX #915507 Golden Brown

📋 copy color: '#915507'

red 145 ◦ green 85 ◦ blue 7

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

Shades of Golden Brown #915507

Tints of Golden Brown #915507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.95%

R = 61.18%
G = 35.86%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.43

RGB Variations

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

Color information

#915507 (or 0x915507) is known color: Golden Brown. HEX triplet: 91, 55 and 07. RGB value is (145,85,7). Sum of RGB (Red+Green+Blue) = 145+85+7=237 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.18% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 145 - color contains mainly: red. Hex color #915507 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915507 is #6EAAF8. Grayscale: #5E5E5E. Windows color (decimal): -7252729 or 480657. OLE color: 480657.

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

Color convert

RGB 145 85 7 -
CMYK 0 0.41 0.95 0.43
HSL 33.91º 0.91% 0.3% -
HSV(B) 33.91º 0.95% 0.57% -
XYZ 14.96 12.53 1.83 -
YUV 94.05 78.88 164.34 -
System Red Green Blue C M Y K H S L
Decimal 145 85 7 0 0.41 0.95 0.43 33.91 0.91 0.3
Hex 91 55 7 0 29 5F 2B 22 5B 1E
Octal 221 125 7 0 51 137 53 42 133 36
Binary 10010001 1010101 111 0 101001 1011111 101011 100010 1011011 11110

Color Harmonies of #915507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915507

Black with #915507

Text Example


Text Example

White with #915507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915507; }

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

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

background-color css

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

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

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

border-color css

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

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

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