Html Css Color HEX #926313 Golden Brown

📋 copy color: '#926313'

red 146 ◦ green 99 ◦ blue 19

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

Shades of Golden Brown #926313

Tints of Golden Brown #926313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.2%

R = 55.3%
G = 37.5%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#926313 (or 0x926313) is known color: Golden Brown. HEX triplet: 92, 63 and 13. RGB value is (146,99,19). Sum of RGB (Red+Green+Blue) = 146+99+19=264 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.30% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 146 - color contains mainly: red. Hex color #926313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #926313 is #6D9CEC. Grayscale: #686868. Windows color (decimal): -7183597 or 1270674. OLE color: 1270674.

HSL color Cylindrical-coordinate representation of color #926313: hue angle of 37.8º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #926313 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 99 19 -
CMYK 0 0.32 0.87 0.43
HSL 37.8º 0.77% 0.32% -
HSV(B) 37.8º 0.87% 0.57% -
XYZ 16.43 15.08 2.66 -
YUV 103.93 80.07 158 -
System Red Green Blue C M Y K H S L
Decimal 146 99 19 0 0.32 0.87 0.43 37.8 0.77 0.32
Hex 92 63 13 0 20 57 2B 26 4D 20
Octal 222 143 23 0 40 127 53 46 115 40
Binary 10010010 1100011 10011 0 100000 1010111 101011 100110 1001101 100000

Color Harmonies of #926313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926313

Black with #926313

Text Example


Text Example

White with #926313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926313; }

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

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

background-color css

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

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

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

border-color css

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

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

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