#4F3512

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

Shades of Clinker #4F3512

Tints of Clinker #4F3512

Color information

#4F3512 (or 0x4F3512) is unknown color: approx Clinker. HEX triplet: 4F, 35 and 12. RGB value is (79,53,18). Sum of RGB (Red+Green+Blue) = 79+53+18=150 (19% of max value = 765). Red value is 79 (31.25% from 255 or 52.67% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3512 is #B0CAED. Grayscale: #383838. Windows color (decimal): -11586286 or 1193295. OLE color: 1193295.

HSL color Cylindrical-coordinate representation of color #4F3512: hue angle of 34.43º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F3512 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.69.

Color convert

RGB795318-
CMYK00.330.770.69
HSL34.43º62.89%19.02%-
HSV(B)34.43º77.22%30.98%-
XYZ4.614.251.15-
YUV56.78106.11143.85-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 52.67%
GREEN value IS 53 (21.09% from 255) = 35.33%
BLUE value IS 18 (7.42% from 255) = 12%
R=52.67%
G=35.33%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.77
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79531800.330.770.6934.4362.8919.02
Hex4F35120214D45223f13
Octal1176522041115105427723
Binary10011111101011001001000011001101100010110001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,53,18); }

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

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

 a { background-color: rgb(79,53,18); }

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

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

 span { border-color: rgb(79,53,18); }

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