#4B3310

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

Shades of Clinker #4B3310

Tints of Clinker #4B3310

Color information

#4B3310 (or 0x4B3310) is unknown color: approx Clinker. HEX triplet: 4B, 33 and 10. RGB value is (75,51,16). Sum of RGB (Red+Green+Blue) = 75+51+16=142 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.82% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3310 is #B4CCEF. Grayscale: #363636. Windows color (decimal): -11848944 or 1061707. OLE color: 1061707.

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

Color convert

RGB755116-
CMYK00.320.790.71
HSL35.59º64.84%17.84%-
HSV(B)35.59º78.67%29.41%-
XYZ4.183.91.02-
YUV54.19106.45142.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 52.82%
GREEN value IS 51 (20.31% from 255) = 35.92%
BLUE value IS 16 (6.64% from 255) = 11.27%
R=52.82%
G=35.92%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75511600.320.790.7135.5964.8417.84
Hex4B33100204F47244112
Octal11363200401171074410122
Binary100101111001110000010000010011111000111100100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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