#483725

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

Shades of Clinker #483725

Tints of Clinker #483725

Color information

#483725 (or 0x483725) is unknown color: approx Clinker. HEX triplet: 48, 37 and 25. RGB value is (72,55,37). Sum of RGB (Red+Green+Blue) = 72+55+37=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 37 (14.84% from 255 or 22.56% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #483725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483725 is #B7C8DA. Grayscale: #3A3A3A. Windows color (decimal): -12044507 or 2438984. OLE color: 2438984.

HSL color Cylindrical-coordinate representation of color #483725: hue angle of 30.86º 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 #483725 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB725537-
CMYK00.240.490.72
HSL30.86º32.11%21.37%-
HSV(B)30.86º48.61%28.24%-
XYZ4.374.242.34-
YUV58.03116.13137.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.90%
GREEN value IS 55 (21.88% from 255) = 33.54%
BLUE value IS 37 (14.84% from 255) = 22.56%
R=43.90%
G=33.54%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72553700.240.490.7230.8632.1121.37
Hex48372501831481f2015
Octal110674503061110374025
Binary100100011011110010101100011000110010001111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483725; }

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

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

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

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

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

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

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

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