Html Css Color HEX #925811 Golden Brown

📋 copy color: '#925811'

red 146 ◦ green 88 ◦ blue 17

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

Shades of Golden Brown #925811

Tints of Golden Brown #925811

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.06%

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

R = 58.17%
G = 35.06%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#925811 (or 0x925811) is known color: Golden Brown. HEX triplet: 92, 58 and 11. RGB value is (146,88,17). Sum of RGB (Red+Green+Blue) = 146+88+17=251 (33% of max value = 765). Red value is 146 (57.42% from 255 or 58.17% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 146 - color contains mainly: red. Hex color #925811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925811 is #6DA7EE. Grayscale: #616161. Windows color (decimal): -7186415 or 1136786. OLE color: 1136786.

HSL color Cylindrical-coordinate representation of color #925811: hue angle of 33.02º 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 #925811 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 88 17 -
CMYK 0 0.40 0.88 0.43
HSL 33.02º 0.79% 0.32% -
HSV(B) 33.02º 0.88% 0.57% -
XYZ 15.44 13.13 2.25 -
YUV 97.25 82.72 162.77 -
System Red Green Blue C M Y K H S L
Decimal 146 88 17 0 0.40 0.88 0.43 33.02 0.79 0.32
Hex 92 58 11 0 28 58 2B 21 4F 20
Octal 222 130 21 0 50 130 53 41 117 40
Binary 10010010 1011000 10001 0 101000 1011000 101011 100001 1001111 100000

Color Harmonies of #925811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925811

Black with #925811

Text Example


Text Example

White with #925811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925811; }

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

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

background-color css

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

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

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

border-color css

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

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

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