#653F2D

Color #653F2D Irish Coffee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Irish Coffee #653F2D

Tints of Irish Coffee #653F2D

Color information

#653F2D (or 0x653F2D) is unknown color: approx Irish Coffee. HEX triplet: 65, 3F and 2D. RGB value is (101,63,45). Sum of RGB (Red+Green+Blue) = 101+63+45=209 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.33% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 101 - color contains mainly: red. Hex color #653F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653F2D is #9AC0D2. Grayscale: #484848. Windows color (decimal): -10141907 or 2965349. OLE color: 2965349.

HSL color Cylindrical-coordinate representation of color #653F2D: hue angle of 19.29º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #653F2D is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB1016345-
CMYK00.380.550.60
HSL19.29º38.36%28.63%-
HSV(B)19.29º55.45%39.61%-
XYZ7.626.513.34-
YUV72.31112.59148.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.33%
GREEN value IS 63 (25% from 255) = 30.14%
BLUE value IS 45 (17.97% from 255) = 21.53%
R=48.33%
G=30.14%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101634500.380.550.6019.2938.3628.63
Hex653F2D026373C13261d
Octal14577550466774234635
Binary110010111111110110101001101101111111001001110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653F2D; }

 p { color: rgb(101,63,45); }

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

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

 a { background-color: rgb(101,63,45); }

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

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

 span { border-color: rgb(101,63,45); }

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