#4B320C

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

Shades of Clinker #4B320C

Tints of Clinker #4B320C

Color information

#4B320C (or 0x4B320C) is unknown color: approx Clinker. HEX triplet: 4B, 32 and 0C. RGB value is (75,50,12). Sum of RGB (Red+Green+Blue) = 75+50+12=137 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.74% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 75 - color contains mainly: red. Hex color #4B320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B320C is #B4CDF3. Grayscale: #353535. Windows color (decimal): -11849204 or 799307. OLE color: 799307.

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

Color convert

RGB755012-
CMYK00.330.840.71
HSL36.19º72.41%17.06%-
HSV(B)36.19º84%29.41%-
XYZ4.113.80.87-
YUV53.14104.78143.59-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 54.74%
GREEN value IS 50 (19.92% from 255) = 36.50%
BLUE value IS 12 (5.08% from 255) = 8.76%
R=54.74%
G=36.50%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75501200.330.840.7136.1972.4117.06
Hex4B32C0215447244811
Octal11362140411241074411021
Binary10010111100101100010000110101001000111100100100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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