#483726

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

Shades of Clinker #483726

Tints of Clinker #483726

Color information

#483726 (or 0x483726) is unknown color: approx Clinker. HEX triplet: 48, 37 and 26. RGB value is (72,55,38). Sum of RGB (Red+Green+Blue) = 72+55+38=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 38 (15.23% from 255 or 23.03% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #483726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483726 is #B7C8D9. Grayscale: #3A3A3A. Windows color (decimal): -12044506 or 2504520. OLE color: 2504520.

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

Color convert

RGB725538-
CMYK00.240.470.72
HSL30º30.91%21.57%-
HSV(B)30º47.22%28.24%-
XYZ4.394.252.42-
YUV58.14116.63137.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.64%
GREEN value IS 55 (21.88% from 255) = 33.33%
BLUE value IS 38 (15.23% from 255) = 23.03%
R=43.64%
G=33.33%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72553800.240.470.723030.9121.57
Hex4837260182F481e1f16
Octal110674603057110363726
Binary10010001101111001100110001011111001000111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483726; }

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

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

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

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

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

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

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

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