Html Css Color HEX #947415 Golden Brown

📋 copy color: '#947415'

red 148 ◦ green 116 ◦ blue 21

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

Shades of Golden Brown #947415

Tints of Golden Brown #947415

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.7%

 BLUE value IS 21 (8.59% from 255) = 7.37%

R = 51.93%
G = 40.7%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#947415 (or 0x947415) is known color: Golden Brown. HEX triplet: 94, 74 and 15. RGB value is (148,116,21). Sum of RGB (Red+Green+Blue) = 148+116+21=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #947415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947415 is #6B8BEA. Grayscale: #737373. Windows color (decimal): -7048171 or 1406100. OLE color: 1406100.

HSL color Cylindrical-coordinate representation of color #947415: hue angle of 44.88º degrees, saturation: 0.75, 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 #947415 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 116 21 -
CMYK 0 0.22 0.86 0.42
HSL 44.88º 0.75% 0.33% -
HSV(B) 44.88º 0.86% 0.58% -
XYZ 18.59 18.84 3.37 -
YUV 114.74 75.1 151.72 -
System Red Green Blue C M Y K H S L
Decimal 148 116 21 0 0.22 0.86 0.42 44.88 0.75 0.33
Hex 94 74 15 0 16 56 2A 2D 4B 21
Octal 224 164 25 0 26 126 52 55 113 41
Binary 10010100 1110100 10101 0 10110 1010110 101010 101101 1001011 100001

Color Harmonies of #947415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947415

Black with #947415

Text Example


Text Example

White with #947415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947415; }

 p { color: rgb(148,116,21); }

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

background-color css

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

 a { background-color: rgb(148,116,21); }

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

border-color css

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

 span { border-color: rgb(148,116,21); }

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