Html Css Color HEX #915A15 Golden Brown

📋 copy color: '#915A15'

red 145 ◦ green 90 ◦ blue 21

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

Shades of Golden Brown #915A15

Tints of Golden Brown #915A15

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.16%

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

R = 56.64%
G = 35.16%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#915A15 (or 0x915A15) is known color: Golden Brown. HEX triplet: 91, 5A and 15. RGB value is (145,90,21). Sum of RGB (Red+Green+Blue) = 145+90+21=256 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.64% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 145 - color contains mainly: red. Hex color #915A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915A15 is #6EA5EA. Grayscale: #626262. Windows color (decimal): -7251435 or 1399441. OLE color: 1399441.

HSL color Cylindrical-coordinate representation of color #915A15: hue angle of 33.39º 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 #915A15 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 90 21 -
CMYK 0 0.38 0.86 0.43
HSL 33.39º 0.75% 0.33% -
HSV(B) 33.39º 0.86% 0.57% -
XYZ 15.47 13.39 2.48 -
YUV 98.58 84.22 161.11 -
System Red Green Blue C M Y K H S L
Decimal 145 90 21 0 0.38 0.86 0.43 33.39 0.75 0.33
Hex 91 5A 15 0 26 56 2B 21 4B 21
Octal 221 132 25 0 46 126 53 41 113 41
Binary 10010001 1011010 10101 0 100110 1010110 101011 100001 1001011 100001

Color Harmonies of #915A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915A15

Black with #915A15

Text Example


Text Example

White with #915A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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