#4B320E

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

Shades of Clinker #4B320E

Tints of Clinker #4B320E

Color information

#4B320E (or 0x4B320E) is unknown color: approx Clinker. HEX triplet: 4B, 32 and 0E. RGB value is (75,50,14). Sum of RGB (Red+Green+Blue) = 75+50+14=139 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.96% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 75 - color contains mainly: red. Hex color #4B320E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B320E is #B4CDF1. Grayscale: #353535. Windows color (decimal): -11849202 or 930379. OLE color: 930379.

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

Color convert

RGB755014-
CMYK00.330.810.71
HSL35.41º68.54%17.45%-
HSV(B)35.41º81.33%29.41%-
XYZ4.123.810.93-
YUV53.37105.78143.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 53.96%
GREEN value IS 50 (19.92% from 255) = 35.97%
BLUE value IS 14 (5.86% from 255) = 10.07%
R=53.96%
G=35.97%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.81
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75501400.330.810.7135.4168.5417.45
Hex4B32E0215147234511
Octal11362160411211074310521
Binary10010111100101110010000110100011000111100011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B320E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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