#47301A

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

Shades of Clinker #47301A

Tints of Clinker #47301A

Color information

#47301A (or 0x47301A) is unknown color: approx Clinker. HEX triplet: 47, 30 and 1A. RGB value is (71,48,26). Sum of RGB (Red+Green+Blue) = 71+48+26=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #47301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47301A is #B8CFE5. Grayscale: #343434. Windows color (decimal): -12111846 or 1716295. OLE color: 1716295.

HSL color Cylindrical-coordinate representation of color #47301A: hue angle of 29.33º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47301A is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB714826-
CMYK00.320.630.72
HSL29.33º46.39%19.02%-
HSV(B)29.33º63.38%27.84%-
XYZ3.843.531.46-
YUV52.37113.12141.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.97%
GREEN value IS 48 (19.14% from 255) = 33.10%
BLUE value IS 26 (10.55% from 255) = 17.93%
R=48.97%
G=33.10%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71482600.320.630.7229.3346.3919.02
Hex47301A0203F481d2e13
Octal107603204077110355623
Binary100011111000011010010000011111110010001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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