#4B3210

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

Shades of Clinker #4B3210

Tints of Clinker #4B3210

Color information

#4B3210 (or 0x4B3210) is unknown color: approx Clinker. HEX triplet: 4B, 32 and 10. RGB value is (75,50,16). Sum of RGB (Red+Green+Blue) = 75+50+16=141 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.19% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3210 is #B4CDEF. Grayscale: #353535. Windows color (decimal): -11849200 or 1061451. OLE color: 1061451.

HSL color Cylindrical-coordinate representation of color #4B3210: hue angle of 34.58º 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 #4B3210 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB755016-
CMYK00.330.790.71
HSL34.58º64.84%17.84%-
HSV(B)34.58º78.67%29.41%-
XYZ4.143.811.01-
YUV53.6106.78143.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 53.19%
GREEN value IS 50 (19.92% from 255) = 35.46%
BLUE value IS 16 (6.64% from 255) = 11.35%
R=53.19%
G=35.46%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75501600.330.790.7134.5864.8417.84
Hex4B32100214F47234112
Octal11362200411171074310122
Binary100101111001010000010000110011111000111100011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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