Html Css Color HEX #946413 Golden Brown

📋 copy color: '#946413'

red 148 ◦ green 100 ◦ blue 19

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

Shades of Golden Brown #946413

Tints of Golden Brown #946413

RGB

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

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

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

R = 55.43%
G = 37.45%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#946413 (or 0x946413) is known color: Golden Brown. HEX triplet: 94, 64 and 13. RGB value is (148,100,19). Sum of RGB (Red+Green+Blue) = 148+100+19=267 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.43% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 148 - color contains mainly: red. Hex color #946413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946413 is #6B9BEC. Grayscale: #696969. Windows color (decimal): -7052269 or 1270932. OLE color: 1270932.

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

Color convert

RGB 148 100 19 -
CMYK 0 0.32 0.87 0.42
HSL 37.67º 0.77% 0.33% -
HSV(B) 37.67º 0.87% 0.58% -
XYZ 16.89 15.46 2.71 -
YUV 105.12 79.4 158.59 -
System Red Green Blue C M Y K H S L
Decimal 148 100 19 0 0.32 0.87 0.42 37.67 0.77 0.33
Hex 94 64 13 0 20 57 2A 26 4D 21
Octal 224 144 23 0 40 127 52 46 115 41
Binary 10010100 1100100 10011 0 100000 1010111 101010 100110 1001101 100001

Color Harmonies of #946413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946413

Black with #946413

Text Example


Text Example

White with #946413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946413; }

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

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

background-color css

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

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

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

border-color css

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

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

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