#48301A

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

Shades of Clinker #48301A

Tints of Clinker #48301A

Color information

#48301A (or 0x48301A) is unknown color: approx Clinker. HEX triplet: 48, 30 and 1A. RGB value is (72,48,26). Sum of RGB (Red+Green+Blue) = 72+48+26=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #48301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48301A is #B7CFE5. Grayscale: #343434. Windows color (decimal): -12046310 or 1716296. OLE color: 1716296.

HSL color Cylindrical-coordinate representation of color #48301A: hue angle of 28.7º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48301A is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB724826-
CMYK00.330.640.72
HSL28.7º46.94%19.22%-
HSV(B)28.7º63.89%28.24%-
XYZ3.923.571.46-
YUV52.67112.95141.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.32%
GREEN value IS 48 (19.14% from 255) = 32.88%
BLUE value IS 26 (10.55% from 255) = 17.81%
R=49.32%
G=32.88%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72482600.330.640.7228.746.9419.22
Hex48301A02140481d2f13
Octal1106032041100110355723
Binary1001000110000110100100001100000010010001110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48301A; }

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

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

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

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

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

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

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

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