Html Css Color HEX #947212 Golden Brown

📋 copy color: '#947212'

red 148 ◦ green 114 ◦ blue 18

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

Shades of Golden Brown #947212

Tints of Golden Brown #947212

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.71%

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

R = 52.86%
G = 40.71%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#947212 (or 0x947212) is known color: Golden Brown. HEX triplet: 94, 72 and 12. RGB value is (148,114,18). Sum of RGB (Red+Green+Blue) = 148+114+18=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #947212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947212 is #6B8DED. Grayscale: #717171. Windows color (decimal): -7048686 or 1208980. OLE color: 1208980.

HSL color Cylindrical-coordinate representation of color #947212: hue angle of 44.31º 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 #947212 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 114 18 -
CMYK 0 0.23 0.88 0.42
HSL 44.31º 0.78% 0.33% -
HSV(B) 44.31º 0.88% 0.58% -
XYZ 18.34 18.37 3.15 -
YUV 113.22 74.26 152.81 -
System Red Green Blue C M Y K H S L
Decimal 148 114 18 0 0.23 0.88 0.42 44.31 0.78 0.33
Hex 94 72 12 0 17 58 2A 2C 4E 21
Octal 224 162 22 0 27 130 52 54 116 41
Binary 10010100 1110010 10010 0 10111 1011000 101010 101100 1001110 100001

Color Harmonies of #947212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947212

Black with #947212

Text Example


Text Example

White with #947212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947212; }

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

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

background-color css

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

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

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

border-color css

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

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

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