#483419

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

Shades of Clinker #483419

Tints of Clinker #483419

Color information

#483419 (or 0x483419) is unknown color: approx Clinker. HEX triplet: 48, 34 and 19. RGB value is (72,52,25). Sum of RGB (Red+Green+Blue) = 72+52+25=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #483419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483419 is #B7CBE6. Grayscale: #373737. Windows color (decimal): -12045287 or 1651784. OLE color: 1651784.

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

Color convert

RGB725225-
CMYK00.280.650.72
HSL34.47º48.45%19.02%-
HSV(B)34.47º65.28%28.24%-
XYZ4.083.91.46-
YUV54.9111.13140.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.32%
GREEN value IS 52 (20.70% from 255) = 34.90%
BLUE value IS 25 (10.16% from 255) = 16.78%
R=48.32%
G=34.90%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72522500.280.650.7234.4748.4519.02
Hex48341901C4148223013
Octal1106431034101110426023
Binary1001000110100110010111001000001100100010001011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483419; }

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

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

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

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

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

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

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

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