#4F3510

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

Shades of Clinker #4F3510

Tints of Clinker #4F3510

Color information

#4F3510 (or 0x4F3510) is unknown color: approx Clinker. HEX triplet: 4F, 35 and 10. RGB value is (79,53,16). Sum of RGB (Red+Green+Blue) = 79+53+16=148 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.38% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3510 is #B0CAEF. Grayscale: #383838. Windows color (decimal): -11586288 or 1062223. OLE color: 1062223.

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

Color convert

RGB795316-
CMYK00.330.800.69
HSL35.24º66.32%18.63%-
HSV(B)35.24º79.75%30.98%-
XYZ4.594.251.07-
YUV56.56105.11144.01-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 53.38%
GREEN value IS 53 (21.09% from 255) = 35.81%
BLUE value IS 16 (6.64% from 255) = 10.81%
R=53.38%
G=35.81%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79531600.330.800.6935.2466.3218.63
Hex4F35100215045234213
Octal11765200411201054310223
Binary100111111010110000010000110100001000101100011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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