#4B321A

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

Shades of Clinker #4B321A

Tints of Clinker #4B321A

Color information

#4B321A (or 0x4B321A) is unknown color: approx Clinker. HEX triplet: 4B, 32 and 1A. RGB value is (75,50,26). Sum of RGB (Red+Green+Blue) = 75+50+26=151 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.67% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 75 - color contains mainly: red. Hex color #4B321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B321A is #B4CDE5. Grayscale: #363636. Windows color (decimal): -11849190 or 1716811. OLE color: 1716811.

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

Color convert

RGB755026-
CMYK00.330.650.71
HSL29.39º48.51%19.8%-
HSV(B)29.39º65.33%29.41%-
XYZ4.233.851.5-
YUV54.74111.78142.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 49.67%
GREEN value IS 50 (19.92% from 255) = 33.11%
BLUE value IS 26 (10.55% from 255) = 17.22%
R=49.67%
G=33.11%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75502600.330.650.7129.3948.5119.8
Hex4B321A02141471d3114
Octal1136232041101107356124
Binary1001011110010110100100001100000110001111110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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