#483019

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

Shades of Clinker #483019

Tints of Clinker #483019

Color information

#483019 (or 0x483019) is unknown color: approx Clinker. HEX triplet: 48, 30 and 19. RGB value is (72,48,25). Sum of RGB (Red+Green+Blue) = 72+48+25=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #483019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483019 is #B7CFE6. Grayscale: #343434. Windows color (decimal): -12046311 or 1650760. OLE color: 1650760.

HSL color Cylindrical-coordinate representation of color #483019: hue angle of 29.36º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #483019 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB724825-
CMYK00.330.650.72
HSL29.36º48.45%19.02%-
HSV(B)29.36º65.28%28.24%-
XYZ3.93.561.4-
YUV52.55112.45141.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.66%
GREEN value IS 48 (19.14% from 255) = 33.10%
BLUE value IS 25 (10.16% from 255) = 17.24%
R=49.66%
G=33.10%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72482500.330.650.7229.3648.4519.02
Hex48301902141481d3013
Octal1106031041101110356023
Binary1001000110000110010100001100000110010001110111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483019; }

 p { color: rgb(72,48,25); }

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

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

 a { background-color: rgb(72,48,25); }

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

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

 span { border-color: rgb(72,48,25); }

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