Html Css Color HEX #915B05 Golden Brown

📋 copy color: '#915B05'

red 145 ◦ green 91 ◦ blue 5

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

Shades of Golden Brown #915B05

Tints of Golden Brown #915B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.07%

R = 60.17%
G = 37.76%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#915B05 (or 0x915B05) is known color: Golden Brown. HEX triplet: 91, 5B and 05. RGB value is (145,91,5). Sum of RGB (Red+Green+Blue) = 145+91+5=241 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.17% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 145 - color contains mainly: red. Hex color #915B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915B05 is #6EA4FA. Grayscale: #616161. Windows color (decimal): -7251195 or 351121. OLE color: 351121.

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

Color convert

RGB 145 91 5 -
CMYK 0 0.37 0.97 0.43
HSL 36.86º 0.93% 0.29% -
HSV(B) 36.86º 0.97% 0.57% -
XYZ 15.45 13.51 1.94 -
YUV 97.34 75.89 161.99 -
System Red Green Blue C M Y K H S L
Decimal 145 91 5 0 0.37 0.97 0.43 36.86 0.93 0.29
Hex 91 5B 5 0 25 61 2B 25 5D 1D
Octal 221 133 5 0 45 141 53 45 135 35
Binary 10010001 1011011 101 0 100101 1100001 101011 100101 1011101 11101

Color Harmonies of #915B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915B05

Black with #915B05

Text Example


Text Example

White with #915B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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