#4F3818

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

Shades of Clinker #4F3818

Tints of Clinker #4F3818

Color information

#4F3818 (or 0x4F3818) is unknown color: approx Clinker. HEX triplet: 4F, 38 and 18. RGB value is (79,56,24). Sum of RGB (Red+Green+Blue) = 79+56+24=159 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.69% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3818 is #B0C7E7. Grayscale: #3B3B3B. Windows color (decimal): -11585512 or 1587279. OLE color: 1587279.

HSL color Cylindrical-coordinate representation of color #4F3818: hue angle of 34.91º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F3818 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB795624-
CMYK00.290.700.69
HSL34.91º53.4%20.2%-
HSV(B)34.91º69.62%30.98%-
XYZ4.84.561.49-
YUV59.23108.12142.1-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 49.69%
GREEN value IS 56 (22.27% from 255) = 35.22%
BLUE value IS 24 (9.77% from 255) = 15.09%
R=49.69%
G=35.22%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79562400.290.700.6934.9153.420.2
Hex4F381801D4645233514
Octal1177030035106105436524
Binary1001111111000110000111011000110100010110001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F3818; }

 p { color: rgb(79,56,24); }

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

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

 a { background-color: rgb(79,56,24); }

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

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

 span { border-color: rgb(79,56,24); }

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