Html Css Color HEX #935512 Golden Brown

📋 copy color: '#935512'

red 147 ◦ green 85 ◦ blue 18

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

Shades of Golden Brown #935512

Tints of Golden Brown #935512

RGB

 RED value IS 147 (57.81% from 255) = 58.8%

 GREEN value IS 85 (33.59% from 255) = 34%

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

R = 58.8%
G = 34%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#935512 (or 0x935512) is known color: Golden Brown. HEX triplet: 93, 55 and 12. RGB value is (147,85,18). Sum of RGB (Red+Green+Blue) = 147+85+18=250 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.8% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 147 - color contains mainly: red. Hex color #935512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935512 is #6CAAED. Grayscale: #606060. Windows color (decimal): -7121646 or 1201555. OLE color: 1201555.

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

Color convert

RGB 147 85 18 -
CMYK 0 0.42 0.88 0.42
HSL 31.16º 0.78% 0.32% -
HSV(B) 31.16º 0.88% 0.58% -
XYZ 15.39 12.74 2.22 -
YUV 95.9 84.04 164.45 -
System Red Green Blue C M Y K H S L
Decimal 147 85 18 0 0.42 0.88 0.42 31.16 0.78 0.32
Hex 93 55 12 0 2A 58 2A 1F 4E 20
Octal 223 125 22 0 52 130 52 37 116 40
Binary 10010011 1010101 10010 0 101010 1011000 101010 11111 1001110 100000

Color Harmonies of #935512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935512

Black with #935512

Text Example


Text Example

White with #935512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935512; }

 p { color: rgb(147,85,18); }

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

background-color css

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

 a { background-color: rgb(147,85,18); }

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

border-color css

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

 span { border-color: rgb(147,85,18); }

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