#4B320F

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

Shades of Clinker #4B320F

Tints of Clinker #4B320F

Color information

#4B320F (or 0x4B320F) is unknown color: approx Clinker. HEX triplet: 4B, 32 and 0F. RGB value is (75,50,15). Sum of RGB (Red+Green+Blue) = 75+50+15=140 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.57% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 75 - color contains mainly: red. Hex color #4B320F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B320F is #B4CDF0. Grayscale: #353535. Windows color (decimal): -11849201 or 995915. OLE color: 995915.

HSL color Cylindrical-coordinate representation of color #4B320F: hue angle of 35º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B320F is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.71.

Color convert

RGB755015-
CMYK00.330.800.71
HSL35º66.67%17.65%-
HSV(B)35º80%29.41%-
XYZ4.133.810.97-
YUV53.48106.28143.35-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 53.57%
GREEN value IS 50 (19.92% from 255) = 35.71%
BLUE value IS 15 (6.25% from 255) = 10.71%
R=53.57%
G=35.71%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.80
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75501500.330.800.713566.6717.65
Hex4B32F0215047234312
Octal11362170411201074310322
Binary10010111100101111010000110100001000111100011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B320F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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