#4B3213

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

Shades of Clinker #4B3213

Tints of Clinker #4B3213

Color information

#4B3213 (or 0x4B3213) is unknown color: approx Clinker. HEX triplet: 4B, 32 and 13. RGB value is (75,50,19). Sum of RGB (Red+Green+Blue) = 75+50+19=144 (19% of max value = 765). Red value is 75 (29.69% from 255 or 52.08% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3213 is #B4CDEC. Grayscale: #363636. Windows color (decimal): -11849197 or 1258059. OLE color: 1258059.

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

Color convert

RGB755019-
CMYK00.330.750.71
HSL33.21º59.57%18.43%-
HSV(B)33.21º74.67%29.41%-
XYZ4.163.821.13-
YUV53.94108.28143.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 52.08%
GREEN value IS 50 (19.92% from 255) = 34.72%
BLUE value IS 19 (7.81% from 255) = 13.19%
R=52.08%
G=34.72%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75501900.330.750.7133.2159.5718.43
Hex4B32130214B47213c12
Octal1136223041113107417422
Binary10010111100101001101000011001011100011110000111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,50,19); }

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

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

 a { background-color: rgb(75,50,19); }

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

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

 span { border-color: rgb(75,50,19); }

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