Html Css Color HEX #947014 Golden Brown

📋 copy color: '#947014'

red 148 ◦ green 112 ◦ blue 20

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

Shades of Golden Brown #947014

Tints of Golden Brown #947014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.14%

R = 52.86%
G = 40%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#947014 (or 0x947014) is known color: Golden Brown. HEX triplet: 94, 70 and 14. RGB value is (148,112,20). Sum of RGB (Red+Green+Blue) = 148+112+20=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #947014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947014 is #6B8FEB. Grayscale: #707070. Windows color (decimal): -7049196 or 1339540. OLE color: 1339540.

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

Color convert

RGB 148 112 20 -
CMYK 0 0.24 0.86 0.42
HSL 43.13º 0.76% 0.33% -
HSV(B) 43.13º 0.86% 0.58% -
XYZ 18.13 17.93 3.17 -
YUV 112.28 75.93 153.48 -
System Red Green Blue C M Y K H S L
Decimal 148 112 20 0 0.24 0.86 0.42 43.13 0.76 0.33
Hex 94 70 14 0 18 56 2A 2B 4C 21
Octal 224 160 24 0 30 126 52 53 114 41
Binary 10010100 1110000 10100 0 11000 1010110 101010 101011 1001100 100001

Color Harmonies of #947014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947014

Black with #947014

Text Example


Text Example

White with #947014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947014; }

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

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

background-color css

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

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

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

border-color css

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

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

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