#473618

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

Shades of Clinker #473618

Tints of Clinker #473618

Color information

#473618 (or 0x473618) is unknown color: approx Clinker. HEX triplet: 47, 36 and 18. RGB value is (71,54,24). Sum of RGB (Red+Green+Blue) = 71+54+24=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #473618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473618 is #B8C9E7. Grayscale: #373737. Windows color (decimal): -12110312 or 1586759. OLE color: 1586759.

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

Color convert

RGB715424-
CMYK00.240.660.72
HSL38.3º49.47%18.63%-
HSV(B)38.3º66.2%27.84%-
XYZ4.084.041.43-
YUV55.66110.13138.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.65%
GREEN value IS 54 (21.48% from 255) = 36.24%
BLUE value IS 24 (9.77% from 255) = 16.11%
R=47.65%
G=36.24%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71542400.240.660.7238.349.4718.63
Hex4736180184248263113
Octal1076630030102110466123
Binary1000111110110110000110001000010100100010011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473618; }

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

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

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

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

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

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

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

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