#4B3A28

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

Shades of Clinker #4B3A28

Tints of Clinker #4B3A28

Color information

#4B3A28 (or 0x4B3A28) is unknown color: approx Clinker. HEX triplet: 4B, 3A and 28. RGB value is (75,58,40). Sum of RGB (Red+Green+Blue) = 75+58+40=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3A28 is #B4C5D7. Grayscale: #3D3D3D. Windows color (decimal): -11847128 or 2636363. OLE color: 2636363.

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

Color convert

RGB755840-
CMYK00.230.470.71
HSL30.86º30.43%22.55%-
HSV(B)30.86º46.67%29.41%-
XYZ4.84.682.66-
YUV61.03116.13137.96-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.35%
GREEN value IS 58 (23.05% from 255) = 33.53%
BLUE value IS 40 (16.02% from 255) = 23.12%
R=43.35%
G=33.53%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75584000.230.470.7130.8630.4322.55
Hex4B3A280172F471f1e17
Octal113725002757107373627
Binary10010111110101010000101111011111000111111111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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