#483A2A

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

Shades of Clinker #483A2A

Tints of Clinker #483A2A

Color information

#483A2A (or 0x483A2A) is unknown color: approx Clinker. HEX triplet: 48, 3A and 2A. RGB value is (72,58,42). Sum of RGB (Red+Green+Blue) = 72+58+42=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #483A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A2A is #B7C5D5. Grayscale: #3C3C3C. Windows color (decimal): -12043734 or 2767432. OLE color: 2767432.

HSL color Cylindrical-coordinate representation of color #483A2A: hue angle of 32º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #483A2A is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB725842-
CMYK00.190.420.72
HSL32º26.32%22.35%-
HSV(B)32º41.67%28.24%-
XYZ4.64.572.83-
YUV60.36117.64136.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.86%
GREEN value IS 58 (23.05% from 255) = 33.72%
BLUE value IS 42 (16.80% from 255) = 24.42%
R=41.86%
G=33.72%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72584200.190.420.723226.3222.35
Hex483A2A0132A48201a16
Octal110725202352110403226
Binary100100011101010101001001110101010010001000001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483A2A; }

 p { color: rgb(72,58,42); }

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

<style>
 a { background-color: #483A2A; }

 a { background-color: rgb(72,58,42); }

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

<style>
 span { border-color: #483A2A; }

 span { border-color: rgb(72,58,42); }

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