Html Css Color HEX #936012 Golden Brown

📋 copy color: '#936012'

red 147 ◦ green 96 ◦ blue 18

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

Shades of Golden Brown #936012

Tints of Golden Brown #936012

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.78%

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

R = 56.32%
G = 36.78%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#936012 (or 0x936012) is known color: Golden Brown. HEX triplet: 93, 60 and 12. RGB value is (147,96,18). Sum of RGB (Red+Green+Blue) = 147+96+18=261 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.32% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 147 - color contains mainly: red. Hex color #936012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936012 is #6C9FED. Grayscale: #666666. Windows color (decimal): -7118830 or 1204371. OLE color: 1204371.

HSL color Cylindrical-coordinate representation of color #936012: hue angle of 36.28º 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 #936012 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 96 18 -
CMYK 0 0.35 0.88 0.42
HSL 36.28º 0.78% 0.32% -
HSV(B) 36.28º 0.88% 0.58% -
XYZ 16.32 14.61 2.53 -
YUV 102.36 80.4 159.84 -
System Red Green Blue C M Y K H S L
Decimal 147 96 18 0 0.35 0.88 0.42 36.28 0.78 0.32
Hex 93 60 12 0 23 58 2A 24 4E 20
Octal 223 140 22 0 43 130 52 44 116 40
Binary 10010011 1100000 10010 0 100011 1011000 101010 100100 1001110 100000

Color Harmonies of #936012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936012

Black with #936012

Text Example


Text Example

White with #936012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936012; }

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

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

background-color css

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

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

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

border-color css

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

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

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