#47300D

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

Shades of Clinker #47300D

Tints of Clinker #47300D

Color information

#47300D (or 0x47300D) is unknown color: approx Clinker. HEX triplet: 47, 30 and 0D. RGB value is (71,48,13). Sum of RGB (Red+Green+Blue) = 71+48+13=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #47300D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47300D is #B8CFF2. Grayscale: #333333. Windows color (decimal): -12111859 or 864327. OLE color: 864327.

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

Color convert

RGB714813-
CMYK00.320.820.72
HSL36.21º69.05%16.47%-
HSV(B)36.21º81.69%27.84%-
XYZ3.733.480.86-
YUV50.89106.62142.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.79%
GREEN value IS 48 (19.14% from 255) = 36.36%
BLUE value IS 13 (5.47% from 255) = 9.85%
R=53.79%
G=36.36%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71481300.320.820.7236.2169.0516.47
Hex4730D0205248244510
Octal10760150401221104410520
Binary10001111100001101010000010100101001000100100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47300D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,48,13); }

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

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

 a { background-color: rgb(71,48,13); }

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

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

 span { border-color: rgb(71,48,13); }

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