Html Css Color HEX #946119 Golden Brown

📋 copy color: '#946119'

red 148 ◦ green 97 ◦ blue 25

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

Shades of Golden Brown #946119

Tints of Golden Brown #946119

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.93%

 BLUE value IS 25 (10.16% from 255) = 9.26%

R = 54.81%
G = 35.93%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#946119 (or 0x946119) is known color: Golden Brown. HEX triplet: 94, 61 and 19. RGB value is (148,97,25). Sum of RGB (Red+Green+Blue) = 148+97+25=270 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.81% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 148 - color contains mainly: red. Hex color #946119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946119 is #6B9EE6. Grayscale: #686868. Windows color (decimal): -7053031 or 1663380. OLE color: 1663380.

HSL color Cylindrical-coordinate representation of color #946119: hue angle of 35.12º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #946119 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 97 25 -
CMYK 0 0.34 0.83 0.42
HSL 35.12º 0.71% 0.34% -
HSV(B) 35.12º 0.83% 0.58% -
XYZ 16.66 14.92 2.92 -
YUV 104.04 83.4 159.35 -
System Red Green Blue C M Y K H S L
Decimal 148 97 25 0 0.34 0.83 0.42 35.12 0.71 0.34
Hex 94 61 19 0 22 53 2A 23 47 22
Octal 224 141 31 0 42 123 52 43 107 42
Binary 10010100 1100001 11001 0 100010 1010011 101010 100011 1000111 100010

Color Harmonies of #946119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946119

Black with #946119

Text Example


Text Example

White with #946119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946119; }

 p { color: rgb(148,97,25); }

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

background-color css

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

 a { background-color: rgb(148,97,25); }

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

border-color css

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

 span { border-color: rgb(148,97,25); }

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