#4F3710

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

Shades of Clinker #4F3710

Tints of Clinker #4F3710

Color information

#4F3710 (or 0x4F3710) is unknown color: approx Clinker. HEX triplet: 4F, 37 and 10. RGB value is (79,55,16). Sum of RGB (Red+Green+Blue) = 79+55+16=150 (19% of max value = 765). Red value is 79 (31.25% from 255 or 52.67% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F3710 is #B0C8EF. Grayscale: #393939. Windows color (decimal): -11585776 or 1062735. OLE color: 1062735.

HSL color Cylindrical-coordinate representation of color #4F3710: hue angle of 37.14º 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 #4F3710 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB795516-
CMYK00.300.800.69
HSL37.14º66.32%18.63%-
HSV(B)37.14º79.75%30.98%-
XYZ4.684.431.1-
YUV57.73104.45143.17-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 52.67%
GREEN value IS 55 (21.88% from 255) = 36.67%
BLUE value IS 16 (6.64% from 255) = 10.67%
R=52.67%
G=36.67%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79551600.300.800.6937.1466.3218.63
Hex4F371001E5045254213
Octal11767200361201054510223
Binary10011111101111000001111010100001000101100101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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