Html Css Color HEX #915E0B Golden Brown

📋 copy color: '#915E0B'

red 145 ◦ green 94 ◦ blue 11

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

Shades of Golden Brown #915E0B

Tints of Golden Brown #915E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.4%

R = 58%
G = 37.6%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.43

RGB Variations

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

Color information

#915E0B (or 0x915E0B) is known color: Golden Brown. HEX triplet: 91, 5E and 0B. RGB value is (145,94,11). Sum of RGB (Red+Green+Blue) = 145+94+11=250 (33% of max value = 765). Red value is 145 (57.03% from 255 or 58% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 145 - color contains mainly: red. Hex color #915E0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915E0B is #6EA1F4. Grayscale: #646464. Windows color (decimal): -7250421 or 745105. OLE color: 745105.

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

Color convert

RGB 145 94 11 -
CMYK 0 0.35 0.92 0.43
HSL 37.16º 0.86% 0.31% -
HSV(B) 37.16º 0.92% 0.57% -
XYZ 15.74 14.05 2.2 -
YUV 99.79 77.9 160.25 -
System Red Green Blue C M Y K H S L
Decimal 145 94 11 0 0.35 0.92 0.43 37.16 0.86 0.31
Hex 91 5E B 0 23 5C 2B 25 56 1F
Octal 221 136 13 0 43 134 53 45 126 37
Binary 10010001 1011110 1011 0 100011 1011100 101011 100101 1010110 11111

Color Harmonies of #915E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915E0B

Black with #915E0B

Text Example


Text Example

White with #915E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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