Html Css Color HEX #926319 Golden Brown

📋 copy color: '#926319'

red 146 ◦ green 99 ◦ blue 25

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

Shades of Golden Brown #926319

Tints of Golden Brown #926319

RGB

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

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

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

R = 54.07%
G = 36.67%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#926319 (or 0x926319) is known color: Golden Brown. HEX triplet: 92, 63 and 19. RGB value is (146,99,25). Sum of RGB (Red+Green+Blue) = 146+99+25=270 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.07% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 146 - color contains mainly: red. Hex color #926319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926319 is #6D9CE6. Grayscale: #686868. Windows color (decimal): -7183591 or 1663890. OLE color: 1663890.

HSL color Cylindrical-coordinate representation of color #926319: hue angle of 36.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 #926319 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 99 25 -
CMYK 0 0.32 0.83 0.43
HSL 36.69º 0.71% 0.34% -
HSV(B) 36.69º 0.83% 0.57% -
XYZ 16.49 15.1 2.97 -
YUV 104.62 83.07 157.52 -
System Red Green Blue C M Y K H S L
Decimal 146 99 25 0 0.32 0.83 0.43 36.69 0.71 0.34
Hex 92 63 19 0 20 53 2B 25 47 22
Octal 222 143 31 0 40 123 53 45 107 42
Binary 10010010 1100011 11001 0 100000 1010011 101011 100101 1000111 100010

Color Harmonies of #926319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926319

Black with #926319

Text Example


Text Example

White with #926319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926319; }

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

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

background-color css

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

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

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

border-color css

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

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

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