Html Css Color HEX #946418 Golden Brown

📋 copy color: '#946418'

red 148 ◦ green 100 ◦ blue 24

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

Shades of Golden Brown #946418

Tints of Golden Brown #946418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.82%

R = 54.41%
G = 36.76%
B = 8.82%

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

#946418 (or 0x946418) is known color: Golden Brown. HEX triplet: 94, 64 and 18. RGB value is (148,100,24). Sum of RGB (Red+Green+Blue) = 148+100+24=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #946418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946418 is #6B9BE7. Grayscale: #6A6A6A. Windows color (decimal): -7052264 or 1598612. OLE color: 1598612.

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

Color convert

RGB 148 100 24 -
CMYK 0 0.32 0.84 0.42
HSL 36.77º 0.72% 0.34% -
HSV(B) 36.77º 0.84% 0.58% -
XYZ 16.93 15.48 2.96 -
YUV 105.69 81.9 158.18 -
System Red Green Blue C M Y K H S L
Decimal 148 100 24 0 0.32 0.84 0.42 36.77 0.72 0.34
Hex 94 64 18 0 20 54 2A 25 48 22
Octal 224 144 30 0 40 124 52 45 110 42
Binary 10010100 1100100 11000 0 100000 1010100 101010 100101 1001000 100010

Color Harmonies of #946418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946418

Black with #946418

Text Example


Text Example

White with #946418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946418; }

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

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

background-color css

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

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

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

border-color css

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

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

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