Html Css Color HEX #945916 Golden Brown

📋 copy color: '#945916'

red 148 ◦ green 89 ◦ blue 22

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

Shades of Golden Brown #945916

Tints of Golden Brown #945916

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.36%

 BLUE value IS 22 (8.98% from 255) = 8.49%

R = 57.14%
G = 34.36%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#945916 (or 0x945916) is known color: Golden Brown. HEX triplet: 94, 59 and 16. RGB value is (148,89,22). Sum of RGB (Red+Green+Blue) = 148+89+22=259 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.14% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 148 - color contains mainly: red. Hex color #945916 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945916 is #6BA6E9. Grayscale: #636363. Windows color (decimal): -7055082 or 1464724. OLE color: 1464724.

HSL color Cylindrical-coordinate representation of color #945916: hue angle of 31.9º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #945916 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 89 22 -
CMYK 0 0.40 0.85 0.42
HSL 31.9º 0.74% 0.33% -
HSV(B) 31.9º 0.85% 0.58% -
XYZ 15.93 13.5 2.52 -
YUV 99 84.55 162.95 -
System Red Green Blue C M Y K H S L
Decimal 148 89 22 0 0.40 0.85 0.42 31.9 0.74 0.33
Hex 94 59 16 0 28 55 2A 20 4A 21
Octal 224 131 26 0 50 125 52 40 112 41
Binary 10010100 1011001 10110 0 101000 1010101 101010 100000 1001010 100001

Color Harmonies of #945916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945916

Black with #945916

Text Example


Text Example

White with #945916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945916; }

 p { color: rgb(148,89,22); }

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

background-color css

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

 a { background-color: rgb(148,89,22); }

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

border-color css

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

 span { border-color: rgb(148,89,22); }

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