Html Css Color HEX #946B19 Golden Brown

📋 copy color: '#946B19'

red 148 ◦ green 107 ◦ blue 25

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

Shades of Golden Brown #946B19

Tints of Golden Brown #946B19

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.21%

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

R = 52.86%
G = 38.21%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#946B19 (or 0x946B19) is known color: Golden Brown. HEX triplet: 94, 6B and 19. RGB value is (148,107,25). Sum of RGB (Red+Green+Blue) = 148+107+25=280 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.86% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 148 - color contains mainly: red. Hex color #946B19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946B19 is #6B94E6. Grayscale: #6E6E6E. Windows color (decimal): -7050471 or 1665940. OLE color: 1665940.

HSL color Cylindrical-coordinate representation of color #946B19: hue angle of 40º 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 #946B19 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 107 25 -
CMYK 0 0.28 0.83 0.42
HSL 40º 0.71% 0.34% -
HSV(B) 40º 0.83% 0.58% -
XYZ 17.65 16.88 3.25 -
YUV 109.91 80.08 155.17 -
System Red Green Blue C M Y K H S L
Decimal 148 107 25 0 0.28 0.83 0.42 40 0.71 0.34
Hex 94 6B 19 0 1C 53 2A 28 47 22
Octal 224 153 31 0 34 123 52 50 107 42
Binary 10010100 1101011 11001 0 11100 1010011 101010 101000 1000111 100010

Color Harmonies of #946B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946B19

Black with #946B19

Text Example


Text Example

White with #946B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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