#5B452F

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

Shades of Irish Coffee #5B452F

Tints of Irish Coffee #5B452F

Color information

#5B452F (or 0x5B452F) is unknown color: approx Irish Coffee. HEX triplet: 5B, 45 and 2F. RGB value is (91,69,47). Sum of RGB (Red+Green+Blue) = 91+69+47=207 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.96% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 91 - color contains mainly: red. Hex color #5B452F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B452F is #A4BAD0. Grayscale: #494949. Windows color (decimal): -10795729 or 3097947. OLE color: 3097947.

HSL color Cylindrical-coordinate representation of color #5B452F: hue angle of 30º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B452F is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB916947-
CMYK00.240.480.64
HSL30º31.88%27.06%-
HSV(B)30º48.35%35.69%-
XYZ6.966.693.61-
YUV73.07113.29140.79-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.96%
GREEN value IS 69 (27.34% from 255) = 33.33%
BLUE value IS 47 (18.75% from 255) = 22.71%
R=43.96%
G=33.33%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91694700.240.480.643031.8827.06
Hex5B452F01830401e201b
Octal1331055703060100364033
Binary1011011100010110111101100011000010000001111010000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B452F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,69,47); }

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

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

 a { background-color: rgb(91,69,47); }

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

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

 span { border-color: rgb(91,69,47); }

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