Html Css Color HEX #946414 Golden Brown

📋 copy color: '#946414'

red 148 ◦ green 100 ◦ blue 20

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

Shades of Golden Brown #946414

Tints of Golden Brown #946414

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.31%

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

R = 55.22%
G = 37.31%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#946414 (or 0x946414) is known color: Golden Brown. HEX triplet: 94, 64 and 14. RGB value is (148,100,20). Sum of RGB (Red+Green+Blue) = 148+100+20=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #946414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946414 is #6B9BEB. Grayscale: #696969. Windows color (decimal): -7052268 or 1336468. OLE color: 1336468.

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

Color convert

RGB 148 100 20 -
CMYK 0 0.32 0.86 0.42
HSL 37.5º 0.76% 0.33% -
HSV(B) 37.5º 0.86% 0.58% -
XYZ 16.9 15.46 2.76 -
YUV 105.23 79.9 158.5 -
System Red Green Blue C M Y K H S L
Decimal 148 100 20 0 0.32 0.86 0.42 37.5 0.76 0.33
Hex 94 64 14 0 20 56 2A 26 4C 21
Octal 224 144 24 0 40 126 52 46 114 41
Binary 10010100 1100100 10100 0 100000 1010110 101010 100110 1001100 100001

Color Harmonies of #946414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946414

Black with #946414

Text Example


Text Example

White with #946414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946414; }

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

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

background-color css

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

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

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

border-color css

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

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

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