Html Css Color HEX #947119 Golden Brown

📋 copy color: '#947119'

red 148 ◦ green 113 ◦ blue 25

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

Shades of Golden Brown #947119

Tints of Golden Brown #947119

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.51%

 BLUE value IS 25 (10.16% from 255) = 8.74%

R = 51.75%
G = 39.51%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#947119 (or 0x947119) is known color: Golden Brown. HEX triplet: 94, 71 and 19. RGB value is (148,113,25). Sum of RGB (Red+Green+Blue) = 148+113+25=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #947119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947119 is #6B8EE6. Grayscale: #717171. Windows color (decimal): -7048935 or 1667476. OLE color: 1667476.

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

Color convert

RGB 148 113 25 -
CMYK 0 0.24 0.83 0.42
HSL 42.93º 0.71% 0.34% -
HSV(B) 42.93º 0.83% 0.58% -
XYZ 18.29 18.18 3.46 -
YUV 113.43 78.1 152.66 -
System Red Green Blue C M Y K H S L
Decimal 148 113 25 0 0.24 0.83 0.42 42.93 0.71 0.34
Hex 94 71 19 0 18 53 2A 2B 47 22
Octal 224 161 31 0 30 123 52 53 107 42
Binary 10010100 1110001 11001 0 11000 1010011 101010 101011 1000111 100010

Color Harmonies of #947119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947119

Black with #947119

Text Example


Text Example

White with #947119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947119; }

 p { color: rgb(148,113,25); }

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

background-color css

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

 a { background-color: rgb(148,113,25); }

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

border-color css

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

 span { border-color: rgb(148,113,25); }

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