#905712

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

Shades of Golden Brown #905712

Tints of Golden Brown #905712

Color information

#905712 (or 0x905712) is unknown color: approx Golden Brown. HEX triplet: 90, 57 and 12. RGB value is (144,87,18). Sum of RGB (Red+Green+Blue) = 144+87+18=249 (32% of max value = 765). Red value is 144 (56.64% from 255 or 57.83% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 144 - color contains mainly: red. Hex color #905712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905712 is #6FA8ED. Grayscale: #606060. Windows color (decimal): -7317742 or 1202064. OLE color: 1202064.

HSL color Cylindrical-coordinate representation of color #905712: hue angle of 32.86º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #905712 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB1448718-
CMYK00.400.880.44
HSL32.86º77.78%31.76%-
HSV(B)32.86º87.5%56.47%-
XYZ15.0212.792.25-
YUV96.1883.88162.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 57.83%
GREEN value IS 87 (34.38% from 255) = 34.94%
BLUE value IS 18 (7.42% from 255) = 7.23%
R=57.83%
G=34.94%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144871800.400.880.4432.8677.7831.76
Hex905712028582C214e20
Octal22012722050130544111640
Binary10010000101011110010010100010110001011001000011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905712; }

 p { color: rgb(144,87,18); }

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

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

 a { background-color: rgb(144,87,18); }

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

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

 span { border-color: rgb(144,87,18); }

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