Html Css Color HEX #946A20 Golden Brown

📋 copy color: '#946A20'

red 148 ◦ green 106 ◦ blue 32

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

Shades of Golden Brown #946A20

Tints of Golden Brown #946A20

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.06%

 BLUE value IS 32 (12.89% from 255) = 11.19%

R = 51.75%
G = 37.06%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#946A20 (or 0x946A20) is known color: Golden Brown. HEX triplet: 94, 6A and 20. RGB value is (148,106,32). Sum of RGB (Red+Green+Blue) = 148+106+32=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #946A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946A20 is #6B95DF. Grayscale: #6E6E6E. Windows color (decimal): -7050720 or 2124436. OLE color: 2124436.

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

Color convert

RGB 148 106 32 -
CMYK 0 0.28 0.78 0.42
HSL 38.28º 0.64% 0.35% -
HSV(B) 38.28º 0.78% 0.58% -
XYZ 17.63 16.71 3.66 -
YUV 110.12 83.91 155.02 -
System Red Green Blue C M Y K H S L
Decimal 148 106 32 0 0.28 0.78 0.42 38.28 0.64 0.35
Hex 94 6A 20 0 1C 4E 2A 26 40 23
Octal 224 152 40 0 34 116 52 46 100 43
Binary 10010100 1101010 100000 0 11100 1001110 101010 100110 1000000 100011

Color Harmonies of #946A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946A20

Black with #946A20

Text Example


Text Example

White with #946A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946A20; }

 p { color: rgb(148,106,32); }

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

background-color css

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

 a { background-color: rgb(148,106,32); }

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

border-color css

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

 span { border-color: rgb(148,106,32); }

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