Html Css Color HEX #925511 Golden Brown

📋 copy color: '#925511'

red 146 ◦ green 85 ◦ blue 17

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

Shades of Golden Brown #925511

Tints of Golden Brown #925511

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.27%

 BLUE value IS 17 (7.03% from 255) = 6.85%

R = 58.87%
G = 34.27%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#925511 (or 0x925511) is known color: Golden Brown. HEX triplet: 92, 55 and 11. RGB value is (146,85,17). Sum of RGB (Red+Green+Blue) = 146+85+17=248 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.87% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 146 - color contains mainly: red. Hex color #925511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925511 is #6DAAEE. Grayscale: #5F5F5F. Windows color (decimal): -7187183 or 1136018. OLE color: 1136018.

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

Color convert

RGB 146 85 17 -
CMYK 0 0.42 0.88 0.43
HSL 31.63º 0.79% 0.32% -
HSV(B) 31.63º 0.88% 0.57% -
XYZ 15.2 12.65 2.17 -
YUV 95.49 83.71 164.03 -
System Red Green Blue C M Y K H S L
Decimal 146 85 17 0 0.42 0.88 0.43 31.63 0.79 0.32
Hex 92 55 11 0 2A 58 2B 20 4F 20
Octal 222 125 21 0 52 130 53 40 117 40
Binary 10010010 1010101 10001 0 101010 1011000 101011 100000 1001111 100000

Color Harmonies of #925511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925511

Black with #925511

Text Example


Text Example

White with #925511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925511; }

 p { color: rgb(146,85,17); }

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

background-color css

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

 a { background-color: rgb(146,85,17); }

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

border-color css

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

 span { border-color: rgb(146,85,17); }

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