#4B331C

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

Shades of Clinker #4B331C

Tints of Clinker #4B331C

Color information

#4B331C (or 0x4B331C) is unknown color: approx Clinker. HEX triplet: 4B, 33 and 1C. RGB value is (75,51,28). Sum of RGB (Red+Green+Blue) = 75+51+28=154 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.70% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 75 - color contains mainly: red. Hex color #4B331C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B331C is #B4CCE3. Grayscale: #373737. Windows color (decimal): -11848932 or 1848139. OLE color: 1848139.

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

Color convert

RGB755128-
CMYK00.320.630.71
HSL29.36º45.63%20.2%-
HSV(B)29.36º62.67%29.41%-
XYZ4.33.951.63-
YUV55.55112.45141.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 48.70%
GREEN value IS 51 (20.31% from 255) = 33.12%
BLUE value IS 28 (11.33% from 255) = 18.18%
R=48.70%
G=33.12%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75512800.320.630.7129.3645.6320.2
Hex4B331C0203F471d2e14
Octal113633404077107355624
Binary100101111001111100010000011111110001111110110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B331C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,51,28); }

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

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

 a { background-color: rgb(75,51,28); }

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

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

 span { border-color: rgb(75,51,28); }

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