#48330D

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

Shades of Clinker #48330D

Tints of Clinker #48330D

Color information

#48330D (or 0x48330D) is unknown color: approx Clinker. HEX triplet: 48, 33 and 0D. RGB value is (72,51,13). Sum of RGB (Red+Green+Blue) = 72+51+13=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #48330D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48330D is #B7CCF2. Grayscale: #353535. Windows color (decimal): -12045555 or 865096. OLE color: 865096.

HSL color Cylindrical-coordinate representation of color #48330D: hue angle of 38.64º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48330D is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB725113-
CMYK00.290.820.72
HSL38.64º69.41%16.67%-
HSV(B)38.64º81.94%28.24%-
XYZ3.933.770.9-
YUV52.95105.46141.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.94%
GREEN value IS 51 (20.31% from 255) = 37.5%
BLUE value IS 13 (5.47% from 255) = 9.56%
R=52.94%
G=37.5%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72511300.290.820.7238.6469.4116.67
Hex4833D01D5248274511
Octal11063150351221104710521
Binary1001000110011110101110110100101001000100111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48330D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48330D; }

 p { color: rgb(72,51,13); }

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

<style>
 a { background-color: #48330D; }

 a { background-color: rgb(72,51,13); }

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

<style>
 span { border-color: #48330D; }

 span { border-color: rgb(72,51,13); }

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