#482C08

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

Shades of Clinker #482C08

Tints of Clinker #482C08

Color information

#482C08 (or 0x482C08) is unknown color: approx Clinker. HEX triplet: 48, 2C and 08. RGB value is (72,44,8). Sum of RGB (Red+Green+Blue) = 72+44+8=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #482C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482C08 is #B7D3F7. Grayscale: #303030. Windows color (decimal): -12047352 or 535624. OLE color: 535624.

HSL color Cylindrical-coordinate representation of color #482C08: hue angle of 33.75º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #482C08 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB72448-
CMYK00.390.890.72
HSL33.75º80%15.69%-
HSV(B)33.75º88.89%28.24%-
XYZ3.623.20.66-
YUV48.27105.28144.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.06%
GREEN value IS 44 (17.58% from 255) = 35.48%
BLUE value IS 8 (3.52% from 255) = 6.45%
R=58.06%
G=35.48%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7244800.390.890.7233.758015.69
Hex482C80275948225010
Octal11054100471311104212020
Binary10010001011001000010011110110011001000100010101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482C08; }

 p { color: rgb(72,44,8); }

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

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

 a { background-color: rgb(72,44,8); }

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

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

 span { border-color: rgb(72,44,8); }

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