#562C38

Color #562C38 Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #562C38

Tints of Black Rose #562C38

Color information

#562C38 (or 0x562C38) is unknown color: approx Black Rose. HEX triplet: 56, 2C and 38. RGB value is (86,44,56). Sum of RGB (Red+Green+Blue) = 86+44+56=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 86 - color contains mainly: red. Hex color #562C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562C38 is #A9D3C7. Grayscale: #393939. Windows color (decimal): -11129800 or 3681366. OLE color: 3681366.

HSL color Cylindrical-coordinate representation of color #562C38: hue angle of 342.86º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #562C38 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.66.

Color convert

RGB864456-
CMYK00.490.350.66
HSL342.86º32.31%25.49%-
HSV(B)342.86º48.84%33.73%-
XYZ5.454.074.24-
YUV57.93126.91148.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.24%
GREEN value IS 44 (17.58% from 255) = 23.66%
BLUE value IS 56 (22.27% from 255) = 30.11%
R=46.24%
G=23.66%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86445600.490.350.66342.8632.3125.49
Hex562C3803123421572019
Octal1265470061431025274031
Binary10101101011001110000110001100011100001010101011110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562C38; }

 p { color: rgb(86,44,56); }

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

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

 a { background-color: rgb(86,44,56); }

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

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

 span { border-color: rgb(86,44,56); }

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