Html Css Color HEX #946412 Golden Brown

📋 copy color: '#946412'

red 148 ◦ green 100 ◦ blue 18

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

Shades of Golden Brown #946412

Tints of Golden Brown #946412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.59%

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

R = 55.64%
G = 37.59%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#946412 (or 0x946412) is known color: Golden Brown. HEX triplet: 94, 64 and 12. RGB value is (148,100,18). Sum of RGB (Red+Green+Blue) = 148+100+18=266 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.64% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 148 - color contains mainly: red. Hex color #946412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946412 is #6B9BED. Grayscale: #696969. Windows color (decimal): -7052270 or 1205396. OLE color: 1205396.

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

Color convert

RGB 148 100 18 -
CMYK 0 0.32 0.88 0.42
HSL 37.85º 0.78% 0.33% -
HSV(B) 37.85º 0.88% 0.58% -
XYZ 16.88 15.45 2.67 -
YUV 105 78.9 158.67 -
System Red Green Blue C M Y K H S L
Decimal 148 100 18 0 0.32 0.88 0.42 37.85 0.78 0.33
Hex 94 64 12 0 20 58 2A 26 4E 21
Octal 224 144 22 0 40 130 52 46 116 41
Binary 10010100 1100100 10010 0 100000 1011000 101010 100110 1001110 100001

Color Harmonies of #946412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946412

Black with #946412

Text Example


Text Example

White with #946412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946412; }

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

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

background-color css

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

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

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

border-color css

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

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

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