#473018

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

Shades of Clinker #473018

Tints of Clinker #473018

Color information

#473018 (or 0x473018) is unknown color: approx Clinker. HEX triplet: 47, 30 and 18. RGB value is (71,48,24). Sum of RGB (Red+Green+Blue) = 71+48+24=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #473018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473018 is #B8CFE7. Grayscale: #343434. Windows color (decimal): -12111848 or 1585223. OLE color: 1585223.

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

Color convert

RGB714824-
CMYK00.320.660.72
HSL30.64º49.47%18.63%-
HSV(B)30.64º66.2%27.84%-
XYZ3.823.521.34-
YUV52.14112.12141.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.65%
GREEN value IS 48 (19.14% from 255) = 33.57%
BLUE value IS 24 (9.77% from 255) = 16.78%
R=49.65%
G=33.57%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71482400.320.660.7230.6449.4718.63
Hex47301802042481f3113
Octal1076030040102110376123
Binary1000111110000110000100000100001010010001111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473018; }

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

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

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

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

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

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

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

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