#935800

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

Shades of Golden Brown #935800

Tints of Golden Brown #935800

Color information

#935800 (or 0x935800) is unknown color: approx Golden Brown. HEX triplet: 93, 58 and 00. RGB value is (147,88,0). Sum of RGB (Red+Green+Blue) = 147+88+0=235 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.55% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 147 - color contains mainly: red. Hex color #935800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935800 is #6CA7FF. Grayscale: #606060. Windows color (decimal): -7120896 or 22675. OLE color: 22675.

HSL color Cylindrical-coordinate representation of color #935800: hue angle of 35.92º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #935800 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB147880-
CMYK00.4010.42
HSL35.92º100%28.82%-
HSV(B)35.92º100%57.65%-
XYZ15.5213.181.73-
YUV95.6174.05164.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 62.55%
GREEN value IS 88 (34.77% from 255) = 37.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.55%
G=37.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14788000.4010.4235.9210028.82
Hex93580028642A24641d
Octal2231300050144524414435
Binary100100111011000001010001100100101010100100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935800; }

 p { color: rgb(147,88,0); }

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

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

 a { background-color: rgb(147,88,0); }

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

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

 span { border-color: rgb(147,88,0); }

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