#483B25

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

Shades of Clinker #483B25

Tints of Clinker #483B25

Color information

#483B25 (or 0x483B25) is unknown color: approx Clinker. HEX triplet: 48, 3B and 25. RGB value is (72,59,37). Sum of RGB (Red+Green+Blue) = 72+59+37=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #483B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B25 is #B7C4DA. Grayscale: #3C3C3C. Windows color (decimal): -12043483 or 2440008. OLE color: 2440008.

HSL color Cylindrical-coordinate representation of color #483B25: hue angle of 37.71º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #483B25 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB725937-
CMYK00.180.490.72
HSL37.71º32.11%21.37%-
HSV(B)37.71º48.61%28.24%-
XYZ4.574.642.4-
YUV60.38114.81136.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.86%
GREEN value IS 59 (23.44% from 255) = 35.12%
BLUE value IS 37 (14.84% from 255) = 22.02%
R=42.86%
G=35.12%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72593700.180.490.7237.7132.1121.37
Hex483B250123148262015
Octal110734502261110464025
Binary1001000111011100101010010110001100100010011010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,59,37); }

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

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

 a { background-color: rgb(72,59,37); }

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

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

 span { border-color: rgb(72,59,37); }

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