Html Css Color HEX #947112 Golden Brown

📋 copy color: '#947112'

red 148 ◦ green 113 ◦ blue 18

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

Shades of Golden Brown #947112

Tints of Golden Brown #947112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.45%

R = 53.05%
G = 40.5%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#947112 (or 0x947112) is known color: Golden Brown. HEX triplet: 94, 71 and 12. RGB value is (148,113,18). Sum of RGB (Red+Green+Blue) = 148+113+18=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #947112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947112 is #6B8EED. Grayscale: #717171. Windows color (decimal): -7048942 or 1208724. OLE color: 1208724.

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

Color convert

RGB 148 113 18 -
CMYK 0 0.24 0.88 0.42
HSL 43.85º 0.78% 0.33% -
HSV(B) 43.85º 0.88% 0.58% -
XYZ 18.23 18.15 3.11 -
YUV 112.64 74.6 153.22 -
System Red Green Blue C M Y K H S L
Decimal 148 113 18 0 0.24 0.88 0.42 43.85 0.78 0.33
Hex 94 71 12 0 18 58 2A 2C 4E 21
Octal 224 161 22 0 30 130 52 54 116 41
Binary 10010100 1110001 10010 0 11000 1011000 101010 101100 1001110 100001

Color Harmonies of #947112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947112

Black with #947112

Text Example


Text Example

White with #947112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947112; }

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

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

background-color css

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

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

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

border-color css

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

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

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