#4B3406

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

Shades of Clinker #4B3406

Tints of Clinker #4B3406

Color information

#4B3406 (or 0x4B3406) is unknown color: approx Clinker. HEX triplet: 4B, 34 and 06. RGB value is (75,52,6). Sum of RGB (Red+Green+Blue) = 75+52+6=133 (17% of max value = 765). Red value is 75 (29.69% from 255 or 56.39% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 6 (2.73% from 255 or 4.51% from 133); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3406 is #B4CBF9. Grayscale: #353535. Windows color (decimal): -11848698 or 406603. OLE color: 406603.

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

Color convert

RGB75526-
CMYK00.310.920.71
HSL40º85.19%15.88%-
HSV(B)40º92%29.41%-
XYZ4.163.960.72-
YUV53.63101.12143.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 56.39%
GREEN value IS 52 (20.70% from 255) = 39.10%
BLUE value IS 6 (2.73% from 255) = 4.51%
R=56.39%
G=39.10%
B=4.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7552600.310.920.714085.1915.88
Hex4B34601F5C47285510
Octal1136460371341075012520
Binary100101111010011001111110111001000111101000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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