Html Css Color HEX #915B00 Golden Brown

📋 copy color: '#915B00'

red 145 ◦ green 91 ◦ blue 0

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

Shades of Golden Brown #915B00

Tints of Golden Brown #915B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.44%
G = 38.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#915B00 (or 0x915B00) is known color: Golden Brown. HEX triplet: 91, 5B and 00. RGB value is (145,91,0). Sum of RGB (Red+Green+Blue) = 145+91+0=236 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.44% from 236); Green value is 91 (35.94% from 255 or 38.56% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 145 - color contains mainly: red. Hex color #915B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915B00 is #6EA4FF. Grayscale: #616161. Windows color (decimal): -7251200 or 23441. OLE color: 23441.

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

Color convert

RGB 145 91 0 -
CMYK 0 0.37 1 0.43
HSL 37.66º 1% 0.28% -
HSV(B) 37.66º 1% 0.57% -
XYZ 15.42 13.5 1.79 -
YUV 96.77 73.39 162.4 -
System Red Green Blue C M Y K H S L
Decimal 145 91 0 0 0.37 1 0.43 37.66 1 0.28
Hex 91 5B 0 0 25 64 2B 26 64 1C
Octal 221 133 0 0 45 144 53 46 144 34
Binary 10010001 1011011 0 0 100101 1100100 101011 100110 1100100 11100

Color Harmonies of #915B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915B00

Black with #915B00

Text Example


Text Example

White with #915B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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