#4A3825

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

Shades of Clinker #4A3825

Tints of Clinker #4A3825

Color information

#4A3825 (or 0x4A3825) is unknown color: approx Clinker. HEX triplet: 4A, 38 and 25. RGB value is (74,56,37). Sum of RGB (Red+Green+Blue) = 74+56+37=167 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.31% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3825 is #B5C7DA. Grayscale: #3B3B3B. Windows color (decimal): -11913179 or 2439242. OLE color: 2439242.

HSL color Cylindrical-coordinate representation of color #4A3825: hue angle of 30.81º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A3825 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.71.

Color convert

RGB745637-
CMYK00.240.500.71
HSL30.81º33.33%21.76%-
HSV(B)30.81º50%29.02%-
XYZ4.574.422.36-
YUV59.22115.46138.54-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 44.31%
GREEN value IS 56 (22.27% from 255) = 33.53%
BLUE value IS 37 (14.84% from 255) = 22.16%
R=44.31%
G=33.53%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74563700.240.500.7130.8133.3321.76
Hex4A382501832471f2116
Octal112704503062107374126
Binary100101011100010010101100011001010001111111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,56,37); }

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

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

 a { background-color: rgb(74,56,37); }

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

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

 span { border-color: rgb(74,56,37); }

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