#4F370D

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

Shades of Clinker #4F370D

Tints of Clinker #4F370D

Color information

#4F370D (or 0x4F370D) is unknown color: approx Clinker. HEX triplet: 4F, 37 and 0D. RGB value is (79,55,13). Sum of RGB (Red+Green+Blue) = 79+55+13=147 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.74% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 79 - color contains mainly: red. Hex color #4F370D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F370D is #B0C8F2. Grayscale: #393939. Windows color (decimal): -11585779 or 866127. OLE color: 866127.

HSL color Cylindrical-coordinate representation of color #4F370D: hue angle of 38.18º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F370D is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB795513-
CMYK00.300.840.69
HSL38.18º71.74%18.04%-
HSV(B)38.18º83.54%30.98%-
XYZ4.664.420.99-
YUV57.39102.95143.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 53.74%
GREEN value IS 55 (21.88% from 255) = 37.41%
BLUE value IS 13 (5.47% from 255) = 8.84%
R=53.74%
G=37.41%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79551300.300.840.6938.1871.7418.04
Hex4F37D01E5445264812
Octal11767150361241054611022
Binary1001111110111110101111010101001000101100110100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F370D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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