#4B3A26

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

Shades of Clinker #4B3A26

Tints of Clinker #4B3A26

Color information

#4B3A26 (or 0x4B3A26) is unknown color: approx Clinker. HEX triplet: 4B, 3A and 26. RGB value is (75,58,38). Sum of RGB (Red+Green+Blue) = 75+58+38=171 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.86% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 38 (15.23% from 255 or 22.22% from 171); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3A26 is #B4C5D9. Grayscale: #3C3C3C. Windows color (decimal): -11847130 or 2505291. OLE color: 2505291.

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

Color convert

RGB755838-
CMYK00.230.490.71
HSL32.43º32.74%22.16%-
HSV(B)32.43º49.33%29.41%-
XYZ4.764.662.48-
YUV60.8115.13138.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.86%
GREEN value IS 58 (23.05% from 255) = 33.92%
BLUE value IS 38 (15.23% from 255) = 22.22%
R=43.86%
G=33.92%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75583800.230.490.7132.4332.7422.16
Hex4B3A260173147202116
Octal113724602761107404126
Binary1001011111010100110010111110001100011110000010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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