#48341A

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

Shades of Clinker #48341A

Tints of Clinker #48341A

Color information

#48341A (or 0x48341A) is unknown color: approx Clinker. HEX triplet: 48, 34 and 1A. RGB value is (72,52,26). Sum of RGB (Red+Green+Blue) = 72+52+26=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #48341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48341A is #B7CBE5. Grayscale: #373737. Windows color (decimal): -12045286 or 1717320. OLE color: 1717320.

HSL color Cylindrical-coordinate representation of color #48341A: hue angle of 33.91º 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 #48341A is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB725226-
CMYK00.280.640.72
HSL33.91º46.94%19.22%-
HSV(B)33.91º63.89%28.24%-
XYZ4.093.911.52-
YUV55.02111.63140.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48%
GREEN value IS 52 (20.70% from 255) = 34.67%
BLUE value IS 26 (10.55% from 255) = 17.33%
R=48%
G=34.67%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72522600.280.640.7233.9146.9419.22
Hex48341A01C4048222f13
Octal1106432034100110425723
Binary1001000110100110100111001000000100100010001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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