Html Css Color HEX #915D12 Golden Brown

📋 copy color: '#915D12'

red 145 ◦ green 93 ◦ blue 18

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

Shades of Golden Brown #915D12

Tints of Golden Brown #915D12

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.33%

 BLUE value IS 18 (7.42% from 255) = 7.03%

R = 56.64%
G = 36.33%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#915D12 (or 0x915D12) is known color: Golden Brown. HEX triplet: 91, 5D and 12. RGB value is (145,93,18). Sum of RGB (Red+Green+Blue) = 145+93+18=256 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.64% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 145 - color contains mainly: red. Hex color #915D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915D12 is #6EA2ED. Grayscale: #646464. Windows color (decimal): -7250670 or 1203601. OLE color: 1203601.

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

Color convert

RGB 145 93 18 -
CMYK 0 0.36 0.88 0.43
HSL 35.43º 0.78% 0.32% -
HSV(B) 35.43º 0.88% 0.57% -
XYZ 15.7 13.89 2.43 -
YUV 100 81.73 160.1 -
System Red Green Blue C M Y K H S L
Decimal 145 93 18 0 0.36 0.88 0.43 35.43 0.78 0.32
Hex 91 5D 12 0 24 58 2B 23 4E 20
Octal 221 135 22 0 44 130 53 43 116 40
Binary 10010001 1011101 10010 0 100100 1011000 101011 100011 1001110 100000

Color Harmonies of #915D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915D12

Black with #915D12

Text Example


Text Example

White with #915D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,93,18); }

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

background-color css

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

 a { background-color: rgb(145,93,18); }

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

border-color css

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

 span { border-color: rgb(145,93,18); }

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