Html Css Color HEX #947012 Golden Brown

📋 copy color: '#947012'

red 148 ◦ green 112 ◦ blue 18

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

Shades of Golden Brown #947012

Tints of Golden Brown #947012

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.29%

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

R = 53.24%
G = 40.29%
B = 6.47%

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

#947012 (or 0x947012) is known color: Golden Brown. HEX triplet: 94, 70 and 12. RGB value is (148,112,18). Sum of RGB (Red+Green+Blue) = 148+112+18=278 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.24% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 148 - color contains mainly: red. Hex color #947012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947012 is #6B8FED. Grayscale: #707070. Windows color (decimal): -7049198 or 1208468. OLE color: 1208468.

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

Color convert

RGB 148 112 18 -
CMYK 0 0.24 0.88 0.42
HSL 43.38º 0.78% 0.33% -
HSV(B) 43.38º 0.88% 0.58% -
XYZ 18.12 17.93 3.08 -
YUV 112.05 74.93 153.64 -
System Red Green Blue C M Y K H S L
Decimal 148 112 18 0 0.24 0.88 0.42 43.38 0.78 0.33
Hex 94 70 12 0 18 58 2A 2B 4E 21
Octal 224 160 22 0 30 130 52 53 116 41
Binary 10010100 1110000 10010 0 11000 1011000 101010 101011 1001110 100001

Color Harmonies of #947012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947012

Black with #947012

Text Example


Text Example

White with #947012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947012; }

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

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

background-color css

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

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

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

border-color css

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

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

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