#4B2C2E

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

Shades of Heath #4B2C2E

Tints of Heath #4B2C2E

Color information

#4B2C2E (or 0x4B2C2E) is unknown color: approx Heath. HEX triplet: 4B, 2C and 2E. RGB value is (75,44,46). Sum of RGB (Red+Green+Blue) = 75+44+46=165 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.45% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2C2E is #B4D3D1. Grayscale: #353535. Windows color (decimal): -11850706 or 3025995. OLE color: 3025995.

HSL color Cylindrical-coordinate representation of color #4B2C2E: hue angle of 356.13º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B2C2E is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.71.

Color convert

RGB754446-
CMYK00.410.390.71
HSL356.13º26.05%23.33%-
HSV(B)356.13º41.33%29.41%-
XYZ4.33.493.03-
YUV53.5123.77143.34-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 45.45%
GREEN value IS 44 (17.58% from 255) = 26.67%
BLUE value IS 46 (18.36% from 255) = 27.88%
R=45.45%
G=26.67%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75444600.410.390.71356.1326.0523.33
Hex4B2C2E02927471641a17
Octal1135456051471075443227
Binary1001011101100101110010100110011110001111011001001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B2C2E; }

 p { color: rgb(75,44,46); }

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

<style>
 a { background-color: #4B2C2E; }

 a { background-color: rgb(75,44,46); }

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

<style>
 span { border-color: #4B2C2E; }

 span { border-color: rgb(75,44,46); }

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