#48320C

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

Shades of Clinker #48320C

Tints of Clinker #48320C

Color information

#48320C (or 0x48320C) is unknown color: approx Clinker. HEX triplet: 48, 32 and 0C. RGB value is (72,50,12). Sum of RGB (Red+Green+Blue) = 72+50+12=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #48320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48320C is #B7CDF3. Grayscale: #343434. Windows color (decimal): -12045812 or 799304. OLE color: 799304.

HSL color Cylindrical-coordinate representation of color #48320C: hue angle of 38º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #48320C is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB725012-
CMYK00.310.830.72
HSL38º71.43%16.47%-
HSV(B)38º83.33%28.24%-
XYZ3.883.690.85-
YUV52.25105.29142.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.73%
GREEN value IS 50 (19.92% from 255) = 37.31%
BLUE value IS 12 (5.08% from 255) = 8.96%
R=53.73%
G=37.31%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72501200.310.830.723871.4316.47
Hex4832C01F5348264710
Octal11062140371231104610720
Binary1001000110010110001111110100111001000100110100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48320C; }

 p { color: rgb(72,50,12); }

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

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

 a { background-color: rgb(72,50,12); }

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

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

 span { border-color: rgb(72,50,12); }

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