#483107

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

Shades of Clinker #483107

Tints of Clinker #483107

Color information

#483107 (or 0x483107) is unknown color: approx Clinker. HEX triplet: 48, 31 and 07. RGB value is (72,49,7). Sum of RGB (Red+Green+Blue) = 72+49+7=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 7 (3.12% from 255 or 5.47% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #483107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483107 is #B7CEF8. Grayscale: #333333. Windows color (decimal): -12046073 or 471368. OLE color: 471368.

HSL color Cylindrical-coordinate representation of color #483107: hue angle of 38.77º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #483107 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB72497-
CMYK00.320.900.72
HSL38.77º82.28%15.49%-
HSV(B)38.77º90.28%28.24%-
XYZ3.813.590.69-
YUV51.09103.12142.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.25%
GREEN value IS 49 (19.53% from 255) = 38.28%
BLUE value IS 7 (3.12% from 255) = 5.47%
R=56.25%
G=38.28%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7249700.320.900.7238.7782.2815.49
Hex483170205A482752f
Octal1106170401321104712217
Binary100100011000111101000001011010100100010011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483107; }

 p { color: rgb(72,49,7); }

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

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

 a { background-color: rgb(72,49,7); }

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

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

 span { border-color: rgb(72,49,7); }

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