#47381E

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

Shades of Clinker #47381E

Tints of Clinker #47381E

Color information

#47381E (or 0x47381E) is unknown color: approx Clinker. HEX triplet: 47, 38 and 1E. RGB value is (71,56,30). Sum of RGB (Red+Green+Blue) = 71+56+30=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #47381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47381E is #B8C7E1. Grayscale: #393939. Windows color (decimal): -12109794 or 1980487. OLE color: 1980487.

HSL color Cylindrical-coordinate representation of color #47381E: hue angle of 38.05º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47381E is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB715630-
CMYK00.210.580.72
HSL38.05º40.59%19.8%-
HSV(B)38.05º57.75%27.84%-
XYZ4.254.261.83-
YUV57.52112.47137.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.22%
GREEN value IS 56 (22.27% from 255) = 35.67%
BLUE value IS 30 (12.11% from 255) = 19.11%
R=45.22%
G=35.67%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71563000.210.580.7238.0540.5919.8
Hex47381E0153A48262914
Octal107703602572110465124
Binary100011111100011110010101111010100100010011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47381E; }

 p { color: rgb(71,56,30); }

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

<style>
 a { background-color: #47381E; }

 a { background-color: rgb(71,56,30); }

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

<style>
 span { border-color: #47381E; }

 span { border-color: rgb(71,56,30); }

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