#4B3B27

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

Shades of Clinker #4B3B27

Tints of Clinker #4B3B27

Color information

#4B3B27 (or 0x4B3B27) is unknown color: approx Clinker. HEX triplet: 4B, 3B and 27. RGB value is (75,59,39). Sum of RGB (Red+Green+Blue) = 75+59+39=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3B27 is #B4C4D8. Grayscale: #3D3D3D. Windows color (decimal): -11846873 or 2571083. OLE color: 2571083.

HSL color Cylindrical-coordinate representation of color #4B3B27: hue angle of 33.33º 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 #4B3B27 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB755939-
CMYK00.210.480.71
HSL33.33º31.58%22.35%-
HSV(B)33.33º48%29.41%-
XYZ4.834.772.59-
YUV61.5115.3137.63-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.35%
GREEN value IS 59 (23.44% from 255) = 34.10%
BLUE value IS 39 (15.62% from 255) = 22.54%
R=43.35%
G=34.10%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75593900.210.480.7133.3331.5822.35
Hex4B3B270153047212016
Octal113734702560107414026
Binary1001011111011100111010101110000100011110000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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