#5D362A

Color #5D362A Hairy Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hairy Heath #5D362A

Tints of Hairy Heath #5D362A

Color information

#5D362A (or 0x5D362A) is unknown color: approx Hairy Heath. HEX triplet: 5D, 36 and 2A. RGB value is (93,54,42). Sum of RGB (Red+Green+Blue) = 93+54+42=189 (25% of max value = 765). Red value is 93 (36.72% from 255 or 49.21% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 93 - color contains mainly: red. Hex color #5D362A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D362A is #A2C9D5. Grayscale: #404040. Windows color (decimal): -10668502 or 2766429. OLE color: 2766429.

HSL color Cylindrical-coordinate representation of color #5D362A: hue angle of 14.12º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D362A is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.64.

Color convert

RGB935442-
CMYK00.420.550.64
HSL14.12º37.78%26.47%-
HSV(B)14.12º54.84%36.47%-
XYZ6.255.132.85-
YUV64.29115.42148.48-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 49.21%
GREEN value IS 54 (21.48% from 255) = 28.57%
BLUE value IS 42 (16.80% from 255) = 22.22%
R=49.21%
G=28.57%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93544200.420.550.6414.1237.7826.47
Hex5D362A02A3740e261a
Octal135665205267100164632
Binary101110111011010101001010101101111000000111010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D362A; }

 p { color: rgb(93,54,42); }

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

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

 a { background-color: rgb(93,54,42); }

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

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

 span { border-color: rgb(93,54,42); }

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