#4A3106

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

Shades of Clinker #4A3106

Tints of Clinker #4A3106

Color information

#4A3106 (or 0x4A3106) is unknown color: approx Clinker. HEX triplet: 4A, 31 and 06. RGB value is (74,49,6). Sum of RGB (Red+Green+Blue) = 74+49+6=129 (17% of max value = 765). Red value is 74 (29.30% from 255 or 57.36% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3106 is #B5CEF9. Grayscale: #333333. Windows color (decimal): -11915002 or 405834. OLE color: 405834.

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

Color convert

RGB74496-
CMYK00.340.920.71
HSL37.94º85%15.69%-
HSV(B)37.94º91.89%29.02%-
XYZ3.963.670.67-
YUV51.57102.28144-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 57.36%
GREEN value IS 49 (19.53% from 255) = 37.98%
BLUE value IS 6 (2.73% from 255) = 4.65%
R=57.36%
G=37.98%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7449600.340.920.7137.948515.69
Hex4A3160225C47265510
Octal1126160421341074612520
Binary1001010110001110010001010111001000111100110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,49,6); }

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

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

 a { background-color: rgb(74,49,6); }

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

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

 span { border-color: rgb(74,49,6); }

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