#483009

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

Shades of Clinker #483009

Tints of Clinker #483009

Color information

#483009 (or 0x483009) is unknown color: approx Clinker. HEX triplet: 48, 30 and 09. RGB value is (72,48,9). Sum of RGB (Red+Green+Blue) = 72+48+9=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 9 (3.91% from 255 or 6.98% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #483009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483009 is #B7CFF6. Grayscale: #323232. Windows color (decimal): -12046327 or 602184. OLE color: 602184.

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

Color convert

RGB72489-
CMYK00.330.880.72
HSL37.14º77.78%15.88%-
HSV(B)37.14º87.5%28.24%-
XYZ3.783.510.74-
YUV50.73104.45143.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.81%
GREEN value IS 48 (19.14% from 255) = 37.21%
BLUE value IS 9 (3.91% from 255) = 6.98%
R=55.81%
G=37.21%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.88
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7248900.330.880.7237.1477.7815.88
Hex483090215848254e10
Octal11060110411301104511620
Binary10010001100001001010000110110001001000100101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483009; }

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

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

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

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

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

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

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

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