#4A3319

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

Shades of Clinker #4A3319

Tints of Clinker #4A3319

Color information

#4A3319 (or 0x4A3319) is unknown color: approx Clinker. HEX triplet: 4A, 33 and 19. RGB value is (74,51,25). Sum of RGB (Red+Green+Blue) = 74+51+25=150 (19% of max value = 765). Red value is 74 (29.30% from 255 or 49.33% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3319 is #B5CCE6. Grayscale: #373737. Windows color (decimal): -11914471 or 1651530. OLE color: 1651530.

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

Color convert

RGB745125-
CMYK00.310.660.71
HSL31.84º49.49%19.41%-
HSV(B)31.84º66.22%29.02%-
XYZ4.183.891.45-
YUV54.91111.12141.61-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 49.33%
GREEN value IS 51 (20.31% from 255) = 34%
BLUE value IS 25 (10.16% from 255) = 16.67%
R=49.33%
G=34%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74512500.310.660.7131.8449.4919.41
Hex4A331901F4247203113
Octal1126331037102107406123
Binary1001010110011110010111111000010100011110000011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,51,25); }

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

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

 a { background-color: rgb(74,51,25); }

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

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

 span { border-color: rgb(74,51,25); }

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