#482E08

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

Shades of Clinker #482E08

Tints of Clinker #482E08

Color information

#482E08 (or 0x482E08) is unknown color: approx Clinker. HEX triplet: 48, 2E and 08. RGB value is (72,46,8). Sum of RGB (Red+Green+Blue) = 72+46+8=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #482E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482E08 is #B7D1F7. Grayscale: #313131. Windows color (decimal): -12046840 or 536136. OLE color: 536136.

HSL color Cylindrical-coordinate representation of color #482E08: hue angle of 35.62º 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 #482E08 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB72468-
CMYK00.360.890.72
HSL35.62º80%15.69%-
HSV(B)35.62º88.89%28.24%-
XYZ3.693.350.68-
YUV49.44104.61144.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.14%
GREEN value IS 46 (18.36% from 255) = 36.51%
BLUE value IS 8 (3.52% from 255) = 6.35%
R=57.14%
G=36.51%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7246800.360.890.7235.628015.69
Hex482E80245948245010
Octal11056100441311104412020
Binary10010001011101000010010010110011001000100100101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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