Html Css Color HEX #946813 Golden Brown

📋 copy color: '#946813'

red 148 ◦ green 104 ◦ blue 19

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

Shades of Golden Brown #946813

Tints of Golden Brown #946813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.01%

R = 54.61%
G = 38.38%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#946813 (or 0x946813) is known color: Golden Brown. HEX triplet: 94, 68 and 13. RGB value is (148,104,19). Sum of RGB (Red+Green+Blue) = 148+104+19=271 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.61% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 148 - color contains mainly: red. Hex color #946813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946813 is #6B97EC. Grayscale: #6B6B6B. Windows color (decimal): -7051245 or 1271956. OLE color: 1271956.

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

Color convert

RGB 148 104 19 -
CMYK 0 0.30 0.87 0.42
HSL 39.53º 0.77% 0.33% -
HSV(B) 39.53º 0.87% 0.58% -
XYZ 17.28 16.24 2.84 -
YUV 107.47 78.08 156.91 -
System Red Green Blue C M Y K H S L
Decimal 148 104 19 0 0.30 0.87 0.42 39.53 0.77 0.33
Hex 94 68 13 0 1E 57 2A 28 4D 21
Octal 224 150 23 0 36 127 52 50 115 41
Binary 10010100 1101000 10011 0 11110 1010111 101010 101000 1001101 100001

Color Harmonies of #946813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946813

Black with #946813

Text Example


Text Example

White with #946813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946813; }

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

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

background-color css

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

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

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

border-color css

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

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

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