Html Css Color HEX #946F19 Golden Brown

📋 copy color: '#946F19'

red 148 ◦ green 111 ◦ blue 25

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

Shades of Golden Brown #946F19

Tints of Golden Brown #946F19

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.08%

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

R = 52.11%
G = 39.08%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#946F19 (or 0x946F19) is known color: Golden Brown. HEX triplet: 94, 6F and 19. RGB value is (148,111,25). Sum of RGB (Red+Green+Blue) = 148+111+25=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #946F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946F19 is #6B90E6. Grayscale: #707070. Windows color (decimal): -7049447 or 1666964. OLE color: 1666964.

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

Color convert

RGB 148 111 25 -
CMYK 0 0.25 0.83 0.42
HSL 41.95º 0.71% 0.34% -
HSV(B) 41.95º 0.83% 0.58% -
XYZ 18.07 17.73 3.39 -
YUV 112.26 78.76 153.49 -
System Red Green Blue C M Y K H S L
Decimal 148 111 25 0 0.25 0.83 0.42 41.95 0.71 0.34
Hex 94 6F 19 0 19 53 2A 2A 47 22
Octal 224 157 31 0 31 123 52 52 107 42
Binary 10010100 1101111 11001 0 11001 1010011 101010 101010 1000111 100010

Color Harmonies of #946F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946F19

Black with #946F19

Text Example


Text Example

White with #946F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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