#48340F

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

Shades of Clinker #48340F

Tints of Clinker #48340F

Color information

#48340F (or 0x48340F) is unknown color: approx Clinker. HEX triplet: 48, 34 and 0F. RGB value is (72,52,15). Sum of RGB (Red+Green+Blue) = 72+52+15=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #48340F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48340F is #B7CBF0. Grayscale: #353535. Windows color (decimal): -12045297 or 996424. OLE color: 996424.

HSL color Cylindrical-coordinate representation of color #48340F: hue angle of 38.95º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48340F is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB725215-
CMYK00.280.790.72
HSL38.95º65.52%17.06%-
HSV(B)38.95º79.17%28.24%-
XYZ3.993.870.99-
YUV53.76106.13141.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.80%
GREEN value IS 52 (20.70% from 255) = 37.41%
BLUE value IS 15 (6.25% from 255) = 10.79%
R=51.80%
G=37.41%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72521500.280.790.7238.9565.5217.06
Hex4834F01C4F48274211
Octal11064170341171104710221
Binary1001000110100111101110010011111001000100111100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48340F; }

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

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

<style>
 a { background-color: #48340F; }

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

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

<style>
 span { border-color: #48340F; }

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

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