#473218

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

Shades of Clinker #473218

Tints of Clinker #473218

Color information

#473218 (or 0x473218) is unknown color: approx Clinker. HEX triplet: 47, 32 and 18. RGB value is (71,50,24). Sum of RGB (Red+Green+Blue) = 71+50+24=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #473218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473218 is #B8CDE7. Grayscale: #353535. Windows color (decimal): -12111336 or 1585735. OLE color: 1585735.

HSL color Cylindrical-coordinate representation of color #473218: hue angle of 33.19º 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 #473218 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.72.

Color convert

RGB715024-
CMYK00.300.660.72
HSL33.19º49.47%18.63%-
HSV(B)33.19º66.2%27.84%-
XYZ3.93.691.37-
YUV53.31111.46140.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.97%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 24 (9.77% from 255) = 16.55%
R=48.97%
G=34.48%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71502400.300.660.7233.1949.4718.63
Hex47321801E4248213113
Octal1076230036102110416123
Binary1000111110010110000111101000010100100010000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473218; }

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

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

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

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

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

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

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

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