Html Css Color HEX #946815 Golden Brown

📋 copy color: '#946815'

red 148 ◦ green 104 ◦ blue 21

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

Shades of Golden Brown #946815

Tints of Golden Brown #946815

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.1%

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

R = 54.21%
G = 38.1%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#946815 (or 0x946815) is known color: Golden Brown. HEX triplet: 94, 68 and 15. RGB value is (148,104,21). Sum of RGB (Red+Green+Blue) = 148+104+21=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #946815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946815 is #6B97EA. Grayscale: #6C6C6C. Windows color (decimal): -7051243 or 1403028. OLE color: 1403028.

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

Color convert

RGB 148 104 21 -
CMYK 0 0.30 0.86 0.42
HSL 39.21º 0.75% 0.33% -
HSV(B) 39.21º 0.86% 0.58% -
XYZ 17.3 16.25 2.93 -
YUV 107.69 79.08 156.75 -
System Red Green Blue C M Y K H S L
Decimal 148 104 21 0 0.30 0.86 0.42 39.21 0.75 0.33
Hex 94 68 15 0 1E 56 2A 27 4B 21
Octal 224 150 25 0 36 126 52 47 113 41
Binary 10010100 1101000 10101 0 11110 1010110 101010 100111 1001011 100001

Color Harmonies of #946815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946815

Black with #946815

Text Example


Text Example

White with #946815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946815; }

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

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

background-color css

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

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

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

border-color css

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

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

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