Html Css Color HEX #926519 Golden Brown

📋 copy color: '#926519'

red 146 ◦ green 101 ◦ blue 25

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

Shades of Golden Brown #926519

Tints of Golden Brown #926519

RGB

 RED value IS 146 (57.42% from 255) = 53.68%

 GREEN value IS 101 (39.84% from 255) = 37.13%

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

R = 53.68%
G = 37.13%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#926519 (or 0x926519) is known color: Golden Brown. HEX triplet: 92, 65 and 19. RGB value is (146,101,25). Sum of RGB (Red+Green+Blue) = 146+101+25=272 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.68% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 146 - color contains mainly: red. Hex color #926519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926519 is #6D9AE6. Grayscale: #6A6A6A. Windows color (decimal): -7183079 or 1664402. OLE color: 1664402.

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

Color convert

RGB 146 101 25 -
CMYK 0 0.31 0.83 0.43
HSL 37.69º 0.71% 0.34% -
HSV(B) 37.69º 0.83% 0.57% -
XYZ 16.68 15.49 3.03 -
YUV 105.79 82.41 156.68 -
System Red Green Blue C M Y K H S L
Decimal 146 101 25 0 0.31 0.83 0.43 37.69 0.71 0.34
Hex 92 65 19 0 1F 53 2B 26 47 22
Octal 222 145 31 0 37 123 53 46 107 42
Binary 10010010 1100101 11001 0 11111 1010011 101011 100110 1000111 100010

Color Harmonies of #926519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926519

Black with #926519

Text Example


Text Example

White with #926519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926519; }

 p { color: rgb(146,101,25); }

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

background-color css

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

 a { background-color: rgb(146,101,25); }

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

border-color css

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

 span { border-color: rgb(146,101,25); }

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