Html Css Color HEX #915E13 Golden Brown

📋 copy color: '#915E13'

red 145 ◦ green 94 ◦ blue 19

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

Shades of Golden Brown #915E13

Tints of Golden Brown #915E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.36%

R = 56.2%
G = 36.43%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#915E13 (or 0x915E13) is known color: Golden Brown. HEX triplet: 91, 5E and 13. RGB value is (145,94,19). Sum of RGB (Red+Green+Blue) = 145+94+19=258 (34% of max value = 765). Red value is 145 (57.03% from 255 or 56.20% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 145 - color contains mainly: red. Hex color #915E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915E13 is #6EA1EC. Grayscale: #656565. Windows color (decimal): -7250413 or 1269393. OLE color: 1269393.

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

Color convert

RGB 145 94 19 -
CMYK 0 0.35 0.87 0.43
HSL 35.71º 0.77% 0.32% -
HSV(B) 35.71º 0.87% 0.57% -
XYZ 15.8 14.07 2.5 -
YUV 100.7 81.9 159.6 -
System Red Green Blue C M Y K H S L
Decimal 145 94 19 0 0.35 0.87 0.43 35.71 0.77 0.32
Hex 91 5E 13 0 23 57 2B 24 4D 20
Octal 221 136 23 0 43 127 53 44 115 40
Binary 10010001 1011110 10011 0 100011 1010111 101011 100100 1001101 100000

Color Harmonies of #915E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915E13

Black with #915E13

Text Example


Text Example

White with #915E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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