#4B3A27

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

Shades of Clinker #4B3A27

Tints of Clinker #4B3A27

Color information

#4B3A27 (or 0x4B3A27) is unknown color: approx Clinker. HEX triplet: 4B, 3A and 27. RGB value is (75,58,39). Sum of RGB (Red+Green+Blue) = 75+58+39=172 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.60% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3A27 is #B4C5D8. Grayscale: #3D3D3D. Windows color (decimal): -11847129 or 2570827. OLE color: 2570827.

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

Color convert

RGB755839-
CMYK00.230.480.71
HSL31.67º31.58%22.35%-
HSV(B)31.67º48%29.41%-
XYZ4.784.672.57-
YUV60.92115.63138.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.60%
GREEN value IS 58 (23.05% from 255) = 33.72%
BLUE value IS 39 (15.62% from 255) = 22.67%
R=43.60%
G=33.72%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75583900.230.480.7131.6731.5822.35
Hex4B3A270173047202016
Octal113724702760107404026
Binary1001011111010100111010111110000100011110000010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,58,39); }

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

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

 a { background-color: rgb(75,58,39); }

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

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

 span { border-color: rgb(75,58,39); }

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