Html Css Color HEX #946117 Golden Brown

📋 copy color: '#946117'

red 148 ◦ green 97 ◦ blue 23

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

Shades of Golden Brown #946117

Tints of Golden Brown #946117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.58%

R = 55.22%
G = 36.19%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#946117 (or 0x946117) is known color: Golden Brown. HEX triplet: 94, 61 and 17. RGB value is (148,97,23). Sum of RGB (Red+Green+Blue) = 148+97+23=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #946117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946117 is #6B9EE8. Grayscale: #686868. Windows color (decimal): -7053033 or 1532308. OLE color: 1532308.

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

Color convert

RGB 148 97 23 -
CMYK 0 0.34 0.84 0.42
HSL 35.52º 0.73% 0.34% -
HSV(B) 35.52º 0.84% 0.58% -
XYZ 16.64 14.91 2.81 -
YUV 103.81 82.4 159.52 -
System Red Green Blue C M Y K H S L
Decimal 148 97 23 0 0.34 0.84 0.42 35.52 0.73 0.34
Hex 94 61 17 0 22 54 2A 24 49 22
Octal 224 141 27 0 42 124 52 44 111 42
Binary 10010100 1100001 10111 0 100010 1010100 101010 100100 1001001 100010

Color Harmonies of #946117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946117

Black with #946117

Text Example


Text Example

White with #946117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946117; }

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

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

background-color css

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

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

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

border-color css

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

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

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