#4B340B

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

Shades of Clinker #4B340B

Tints of Clinker #4B340B

Color information

#4B340B (or 0x4B340B) is unknown color: approx Clinker. HEX triplet: 4B, 34 and 0B. RGB value is (75,52,11). Sum of RGB (Red+Green+Blue) = 75+52+11=138 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.35% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 75 - color contains mainly: red. Hex color #4B340B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B340B is #B4CBF4. Grayscale: #363636. Windows color (decimal): -11848693 or 734283. OLE color: 734283.

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

Color convert

RGB755211-
CMYK00.310.850.71
HSL38.44º74.42%16.86%-
HSV(B)38.44º85.33%29.41%-
XYZ4.193.980.86-
YUV54.2103.62142.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 54.35%
GREEN value IS 52 (20.70% from 255) = 37.68%
BLUE value IS 11 (4.69% from 255) = 7.97%
R=54.35%
G=37.68%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75521100.310.850.7138.4474.4216.86
Hex4B34B01F5547264a11
Octal11364130371251074611221
Binary1001011110100101101111110101011000111100110100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B340B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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