#925C0A

Color #925C0A Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #925C0A

Tints of Golden Brown #925C0A

Color information

#925C0A (or 0x925C0A) is unknown color: approx Golden Brown. HEX triplet: 92, 5C and 0A. RGB value is (146,92,10). Sum of RGB (Red+Green+Blue) = 146+92+10=248 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.87% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 146 - color contains mainly: red. Hex color #925C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925C0A is #6DA3F5. Grayscale: #636363. Windows color (decimal): -7185398 or 679058. OLE color: 679058.

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

Color convert

RGB1469210-
CMYK00.370.930.43
HSL36.18º87.18%30.59%-
HSV(B)36.18º93.15%57.25%-
XYZ15.7413.792.12-
YUV98.877.89161.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 58.87%
GREEN value IS 92 (36.33% from 255) = 37.10%
BLUE value IS 10 (4.30% from 255) = 4.03%
R=58.87%
G=37.10%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146921000.370.930.4336.1887.1830.59
Hex925CA0255D2B24571f
Octal22213412045135534412737
Binary100100101011100101001001011011101101011100100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925C0A; }

 p { color: rgb(146,92,10); }

 H1.HeaderClassName
 {
   color: #925C0A;
 }
 .AnyTagClassName
 {
   color: #925C0A;
 }
</style>
background-color css

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

 a { background-color: rgb(146,92,10); }

 div.DivClassName
 {
   background-color: #925C0A;
 }
 .BgClassName
 {
   background-color: #925C0A;
 }
</style>
border-color css

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

 span { border-color: rgb(146,92,10); }

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