#482D08

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

Shades of Clinker #482D08

Tints of Clinker #482D08

Color information

#482D08 (or 0x482D08) is unknown color: approx Clinker. HEX triplet: 48, 2D and 08. RGB value is (72,45,8). Sum of RGB (Red+Green+Blue) = 72+45+8=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #482D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482D08 is #B7D2F7. Grayscale: #313131. Windows color (decimal): -12047096 or 535880. OLE color: 535880.

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

Color convert

RGB72458-
CMYK00.380.890.72
HSL34.69º80%15.69%-
HSV(B)34.69º88.89%28.24%-
XYZ3.653.270.67-
YUV48.86104.95144.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.6%
GREEN value IS 45 (17.97% from 255) = 36%
BLUE value IS 8 (3.52% from 255) = 6.4%
R=57.6%
G=36%
B=6.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7245800.380.890.7234.698015.69
Hex482D80265948235010
Octal11055100461311104312020
Binary10010001011011000010011010110011001000100011101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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