#4B320B

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

Shades of Clinker #4B320B

Tints of Clinker #4B320B

Color information

#4B320B (or 0x4B320B) is unknown color: approx Clinker. HEX triplet: 4B, 32 and 0B. RGB value is (75,50,11). Sum of RGB (Red+Green+Blue) = 75+50+11=136 (18% of max value = 765). Red value is 75 (29.69% from 255 or 55.15% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 75 - color contains mainly: red. Hex color #4B320B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B320B is #B4CDF4. Grayscale: #353535. Windows color (decimal): -11849205 or 733771. OLE color: 733771.

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

Color convert

RGB755011-
CMYK00.330.850.71
HSL36.56º74.42%16.86%-
HSV(B)36.56º85.33%29.41%-
XYZ4.13.80.83-
YUV53.03104.28143.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 55.15%
GREEN value IS 50 (19.92% from 255) = 36.76%
BLUE value IS 11 (4.69% from 255) = 8.09%
R=55.15%
G=36.76%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75501100.330.850.7136.5674.4216.86
Hex4B32B0215547254a11
Octal11362130411251074511221
Binary10010111100101011010000110101011000111100101100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B320B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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