Html Css Color HEX #946319 Golden Brown

📋 copy color: '#946319'

red 148 ◦ green 99 ◦ blue 25

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

Shades of Golden Brown #946319

Tints of Golden Brown #946319

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.4%

 BLUE value IS 25 (10.16% from 255) = 9.19%

R = 54.41%
G = 36.4%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#946319 (or 0x946319) is known color: Golden Brown. HEX triplet: 94, 63 and 19. RGB value is (148,99,25). Sum of RGB (Red+Green+Blue) = 148+99+25=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #946319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946319 is #6B9CE6. Grayscale: #696969. Windows color (decimal): -7052519 or 1663892. OLE color: 1663892.

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

Color convert

RGB 148 99 25 -
CMYK 0 0.33 0.83 0.42
HSL 36.1º 0.71% 0.34% -
HSV(B) 36.1º 0.83% 0.58% -
XYZ 16.85 15.29 2.98 -
YUV 105.22 82.73 158.52 -
System Red Green Blue C M Y K H S L
Decimal 148 99 25 0 0.33 0.83 0.42 36.1 0.71 0.34
Hex 94 63 19 0 21 53 2A 24 47 22
Octal 224 143 31 0 41 123 52 44 107 42
Binary 10010100 1100011 11001 0 100001 1010011 101010 100100 1000111 100010

Color Harmonies of #946319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946319

Black with #946319

Text Example


Text Example

White with #946319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946319; }

 p { color: rgb(148,99,25); }

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

background-color css

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

 a { background-color: rgb(148,99,25); }

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

border-color css

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

 span { border-color: rgb(148,99,25); }

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