Html Css Color HEX #915E00 Golden Brown

📋 copy color: '#915E00'

red 145 ◦ green 94 ◦ blue 0

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

Shades of Golden Brown #915E00

Tints of Golden Brown #915E00

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39.33%

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

R = 60.67%
G = 39.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#915E00 (or 0x915E00) is known color: Golden Brown. HEX triplet: 91, 5E and 00. RGB value is (145,94,0). Sum of RGB (Red+Green+Blue) = 145+94+0=239 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.67% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 145 - color contains mainly: red. Hex color #915E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915E00 is #6EA1FF. Grayscale: #626262. Windows color (decimal): -7250432 or 24209. OLE color: 24209.

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

Color convert

RGB 145 94 0 -
CMYK 0 0.35 1 0.43
HSL 38.9º 1% 0.28% -
HSV(B) 38.9º 1% 0.57% -
XYZ 15.68 14.03 1.88 -
YUV 98.53 72.4 161.14 -
System Red Green Blue C M Y K H S L
Decimal 145 94 0 0 0.35 1 0.43 38.9 1 0.28
Hex 91 5E 0 0 23 64 2B 27 64 1C
Octal 221 136 0 0 43 144 53 47 144 34
Binary 10010001 1011110 0 0 100011 1100100 101011 100111 1100100 11100

Color Harmonies of #915E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915E00

Black with #915E00

Text Example


Text Example

White with #915E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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