Html Css Color HEX #946417 Golden Brown

📋 copy color: '#946417'

red 148 ◦ green 100 ◦ blue 23

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

Shades of Golden Brown #946417

Tints of Golden Brown #946417

RGB

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

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

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

R = 54.61%
G = 36.9%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#946417 (or 0x946417) is known color: Golden Brown. HEX triplet: 94, 64 and 17. RGB value is (148,100,23). Sum of RGB (Red+Green+Blue) = 148+100+23=271 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.61% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 148 - color contains mainly: red. Hex color #946417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946417 is #6B9BE8. Grayscale: #696969. Windows color (decimal): -7052265 or 1533076. OLE color: 1533076.

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

Color convert

RGB 148 100 23 -
CMYK 0 0.32 0.84 0.42
HSL 36.96º 0.73% 0.34% -
HSV(B) 36.96º 0.84% 0.58% -
XYZ 16.92 15.47 2.91 -
YUV 105.57 81.4 158.26 -
System Red Green Blue C M Y K H S L
Decimal 148 100 23 0 0.32 0.84 0.42 36.96 0.73 0.34
Hex 94 64 17 0 20 54 2A 25 49 22
Octal 224 144 27 0 40 124 52 45 111 42
Binary 10010100 1100100 10111 0 100000 1010100 101010 100101 1001001 100010

Color Harmonies of #946417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946417

Black with #946417

Text Example


Text Example

White with #946417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946417; }

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

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

background-color css

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

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

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

border-color css

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

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

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