Html Css Color HEX #946820 Golden Brown

📋 copy color: '#946820'

red 148 ◦ green 104 ◦ blue 32

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

Shades of Golden Brown #946820

Tints of Golden Brown #946820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.62%

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

R = 52.11%
G = 36.62%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#946820 (or 0x946820) is known color: Golden Brown. HEX triplet: 94, 68 and 20. RGB value is (148,104,32). Sum of RGB (Red+Green+Blue) = 148+104+32=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #946820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946820 is #6B97DF. Grayscale: #6D6D6D. Windows color (decimal): -7051232 or 2123924. OLE color: 2123924.

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

Color convert

RGB 148 104 32 -
CMYK 0 0.30 0.78 0.42
HSL 37.24º 0.64% 0.35% -
HSV(B) 37.24º 0.78% 0.58% -
XYZ 17.42 16.3 3.59 -
YUV 108.95 84.58 155.85 -
System Red Green Blue C M Y K H S L
Decimal 148 104 32 0 0.30 0.78 0.42 37.24 0.64 0.35
Hex 94 68 20 0 1E 4E 2A 25 40 23
Octal 224 150 40 0 36 116 52 45 100 43
Binary 10010100 1101000 100000 0 11110 1001110 101010 100101 1000000 100011

Color Harmonies of #946820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946820

Black with #946820

Text Example


Text Example

White with #946820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946820; }

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

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

background-color css

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

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

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

border-color css

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

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

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