Html Css Color HEX #915B15 Golden Brown

📋 copy color: '#915B15'

red 145 ◦ green 91 ◦ blue 21

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

Shades of Golden Brown #915B15

Tints of Golden Brown #915B15

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.41%

 BLUE value IS 21 (8.59% from 255) = 8.17%

R = 56.42%
G = 35.41%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#915B15 (or 0x915B15) is known color: Golden Brown. HEX triplet: 91, 5B and 15. RGB value is (145,91,21). Sum of RGB (Red+Green+Blue) = 145+91+21=257 (34% of max value = 765). Red value is 145 (57.03% from 255 or 56.42% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 145 - color contains mainly: red. Hex color #915B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915B15 is #6EA4EA. Grayscale: #636363. Windows color (decimal): -7251179 or 1399697. OLE color: 1399697.

HSL color Cylindrical-coordinate representation of color #915B15: hue angle of 33.87º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #915B15 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 91 21 -
CMYK 0 0.37 0.86 0.43
HSL 33.87º 0.75% 0.33% -
HSV(B) 33.87º 0.86% 0.57% -
XYZ 15.55 13.56 2.51 -
YUV 99.17 83.89 160.69 -
System Red Green Blue C M Y K H S L
Decimal 145 91 21 0 0.37 0.86 0.43 33.87 0.75 0.33
Hex 91 5B 15 0 25 56 2B 22 4B 21
Octal 221 133 25 0 45 126 53 42 113 41
Binary 10010001 1011011 10101 0 100101 1010110 101011 100010 1001011 100001

Color Harmonies of #915B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915B15

Black with #915B15

Text Example


Text Example

White with #915B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915B15; }

 p { color: rgb(145,91,21); }

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

background-color css

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

 a { background-color: rgb(145,91,21); }

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

border-color css

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

 span { border-color: rgb(145,91,21); }

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