#483723

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

Shades of Clinker #483723

Tints of Clinker #483723

Color information

#483723 (or 0x483723) is unknown color: approx Clinker. HEX triplet: 48, 37 and 23. RGB value is (72,55,35). Sum of RGB (Red+Green+Blue) = 72+55+35=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 35 (14.06% from 255 or 21.60% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #483723 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483723 is #B7C8DC. Grayscale: #393939. Windows color (decimal): -12044509 or 2307912. OLE color: 2307912.

HSL color Cylindrical-coordinate representation of color #483723: hue angle of 32.43º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #483723 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB725535-
CMYK00.240.510.72
HSL32.43º34.58%20.98%-
HSV(B)32.43º51.39%28.24%-
XYZ4.344.232.18-
YUV57.8115.13138.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.44%
GREEN value IS 55 (21.88% from 255) = 33.95%
BLUE value IS 35 (14.06% from 255) = 21.60%
R=44.44%
G=33.95%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72553500.240.510.7232.4334.5820.98
Hex4837230183348202315
Octal110674303063110404325
Binary1001000110111100011011000110011100100010000010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483723; }

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

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

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

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

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

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

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

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