Html Css Color HEX #946113 Golden Brown

📋 copy color: '#946113'

red 148 ◦ green 97 ◦ blue 19

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

Shades of Golden Brown #946113

Tints of Golden Brown #946113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.2%

R = 56.06%
G = 36.74%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#946113 (or 0x946113) is known color: Golden Brown. HEX triplet: 94, 61 and 13. RGB value is (148,97,19). Sum of RGB (Red+Green+Blue) = 148+97+19=264 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.06% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 148 - color contains mainly: red. Hex color #946113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946113 is #6B9EEC. Grayscale: #676767. Windows color (decimal): -7053037 or 1270164. OLE color: 1270164.

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

Color convert

RGB 148 97 19 -
CMYK 0 0.34 0.87 0.42
HSL 36.28º 0.77% 0.33% -
HSV(B) 36.28º 0.87% 0.58% -
XYZ 16.6 14.89 2.62 -
YUV 103.36 80.4 159.84 -
System Red Green Blue C M Y K H S L
Decimal 148 97 19 0 0.34 0.87 0.42 36.28 0.77 0.33
Hex 94 61 13 0 22 57 2A 24 4D 21
Octal 224 141 23 0 42 127 52 44 115 41
Binary 10010100 1100001 10011 0 100010 1010111 101010 100100 1001101 100001

Color Harmonies of #946113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946113

Black with #946113

Text Example


Text Example

White with #946113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946113; }

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

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

background-color css

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

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

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

border-color css

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

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

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