Html Css Color HEX #946012 Golden Brown

📋 copy color: '#946012'

red 148 ◦ green 96 ◦ blue 18

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

Shades of Golden Brown #946012

Tints of Golden Brown #946012

RGB

 RED value IS 148 (58.2% from 255) = 56.49%

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

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

R = 56.49%
G = 36.64%
B = 6.87%

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

#946012 (or 0x946012) is known color: Golden Brown. HEX triplet: 94, 60 and 12. RGB value is (148,96,18). Sum of RGB (Red+Green+Blue) = 148+96+18=262 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.49% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 148 - color contains mainly: red. Hex color #946012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946012 is #6B9FED. Grayscale: #676767. Windows color (decimal): -7053294 or 1204372. OLE color: 1204372.

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

Color convert

RGB 148 96 18 -
CMYK 0 0.35 0.88 0.42
HSL 36º 0.78% 0.33% -
HSV(B) 36º 0.88% 0.58% -
XYZ 16.5 14.71 2.54 -
YUV 102.66 80.23 160.34 -
System Red Green Blue C M Y K H S L
Decimal 148 96 18 0 0.35 0.88 0.42 36 0.78 0.33
Hex 94 60 12 0 23 58 2A 24 4E 21
Octal 224 140 22 0 43 130 52 44 116 41
Binary 10010100 1100000 10010 0 100011 1011000 101010 100100 1001110 100001

Color Harmonies of #946012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946012

Black with #946012

Text Example


Text Example

White with #946012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946012; }

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

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

background-color css

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

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

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

border-color css

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

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

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