#4B340C

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

Shades of Clinker #4B340C

Tints of Clinker #4B340C

Color information

#4B340C (or 0x4B340C) is unknown color: approx Clinker. HEX triplet: 4B, 34 and 0C. RGB value is (75,52,12). Sum of RGB (Red+Green+Blue) = 75+52+12=139 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.96% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 75 - color contains mainly: red. Hex color #4B340C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B340C is #B4CBF3. Grayscale: #363636. Windows color (decimal): -11848692 or 799819. OLE color: 799819.

HSL color Cylindrical-coordinate representation of color #4B340C: hue angle of 38.1º 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 #4B340C is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB755212-
CMYK00.310.840.71
HSL38.1º72.41%17.06%-
HSV(B)38.1º84%29.41%-
XYZ4.23.980.89-
YUV54.32104.12142.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 53.96%
GREEN value IS 52 (20.70% from 255) = 37.41%
BLUE value IS 12 (5.08% from 255) = 8.63%
R=53.96%
G=37.41%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75521200.310.840.7138.172.4117.06
Hex4B34C01F5447264811
Octal11364140371241074611021
Binary1001011110100110001111110101001000111100110100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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