#925C0E

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

Shades of Golden Brown #925C0E

Tints of Golden Brown #925C0E

Color information

#925C0E (or 0x925C0E) is unknown color: approx Golden Brown. HEX triplet: 92, 5C and 0E. RGB value is (146,92,14). Sum of RGB (Red+Green+Blue) = 146+92+14=252 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.94% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 146 - color contains mainly: red. Hex color #925C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925C0E is #6DA3F1. Grayscale: #636363. Windows color (decimal): -7185394 or 941202. OLE color: 941202.

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

Color convert

RGB1469214-
CMYK00.370.900.43
HSL35.45º82.5%31.37%-
HSV(B)35.45º90.41%57.25%-
XYZ15.7613.82.25-
YUV99.2579.89161.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.94%
GREEN value IS 92 (36.33% from 255) = 36.51%
BLUE value IS 14 (5.86% from 255) = 5.56%
R=57.94%
G=36.51%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146921400.370.900.4335.4582.531.37
Hex925CE0255A2B23521f
Octal22213416045132534312237
Binary100100101011100111001001011011010101011100011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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