#483926

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

Shades of Clinker #483926

Tints of Clinker #483926

Color information

#483926 (or 0x483926) is unknown color: approx Clinker. HEX triplet: 48, 39 and 26. RGB value is (72,57,38). Sum of RGB (Red+Green+Blue) = 72+57+38=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #483926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483926 is #B7C6D9. Grayscale: #3B3B3B. Windows color (decimal): -12043994 or 2505032. OLE color: 2505032.

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

Color convert

RGB725738-
CMYK00.210.470.72
HSL33.53º30.91%21.57%-
HSV(B)33.53º47.22%28.24%-
XYZ4.494.442.46-
YUV59.32115.97137.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.11%
GREEN value IS 57 (22.66% from 255) = 34.13%
BLUE value IS 38 (15.23% from 255) = 22.75%
R=43.11%
G=34.13%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72573800.210.470.7233.5330.9121.57
Hex4839260152F48221f16
Octal110714602557110423726
Binary100100011100110011001010110111110010001000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483926; }

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

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

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

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

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

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

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

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