#48361A

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

Shades of Clinker #48361A

Tints of Clinker #48361A

Color information

#48361A (or 0x48361A) is unknown color: approx Clinker. HEX triplet: 48, 36 and 1A. RGB value is (72,54,26). Sum of RGB (Red+Green+Blue) = 72+54+26=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48361A is #B7C9E5. Grayscale: #383838. Windows color (decimal): -12044774 or 1717832. OLE color: 1717832.

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

Color convert

RGB725426-
CMYK00.250.640.72
HSL36.52º46.94%19.22%-
HSV(B)36.52º63.89%28.24%-
XYZ4.184.091.55-
YUV56.19110.96139.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.37%
GREEN value IS 54 (21.48% from 255) = 35.53%
BLUE value IS 26 (10.55% from 255) = 17.11%
R=47.37%
G=35.53%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72542600.250.640.7236.5246.9419.22
Hex48361A0194048252f13
Octal1106632031100110455723
Binary1001000110110110100110011000000100100010010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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