#62532E

Color #62532E West Coast (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of West Coast #62532E

Tints of West Coast #62532E

Color information

#62532E (or 0x62532E) is unknown color: approx West Coast. HEX triplet: 62, 53 and 2E. RGB value is (98,83,46). Sum of RGB (Red+Green+Blue) = 98+83+46=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 98 - color contains mainly: red. Hex color #62532E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62532E is #9DACD1. Grayscale: #535353. Windows color (decimal): -10333394 or 3036002. OLE color: 3036002.

HSL color Cylindrical-coordinate representation of color #62532E: hue angle of 42.69º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62532E is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB988346-
CMYK00.150.530.62
HSL42.69º36.11%28.24%-
HSV(B)42.69º53.06%38.43%-
XYZ8.628.983.86-
YUV83.27106.97138.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.17%
GREEN value IS 83 (32.81% from 255) = 36.56%
BLUE value IS 46 (18.36% from 255) = 20.26%
R=43.17%
G=36.56%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98834600.150.530.6242.6936.1128.24
Hex62532E0F353E2b241c
Octal142123560176576534434
Binary110001010100111011100111111010111111010101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62532E; }

 p { color: rgb(98,83,46); }

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

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

 a { background-color: rgb(98,83,46); }

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

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

 span { border-color: rgb(98,83,46); }

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