#4F3921

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

Shades of Clinker #4F3921

Tints of Clinker #4F3921

Color information

#4F3921 (or 0x4F3921) is unknown color: approx Clinker. HEX triplet: 4F, 39 and 21. RGB value is (79,57,33). Sum of RGB (Red+Green+Blue) = 79+57+33=169 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.75% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3921 is #B0C6DE. Grayscale: #3C3C3C. Windows color (decimal): -11585247 or 2177359. OLE color: 2177359.

HSL color Cylindrical-coordinate representation of color #4F3921: hue angle of 31.3º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F3921 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB795733-
CMYK00.280.580.69
HSL31.3º41.07%21.96%-
HSV(B)31.3º58.23%30.98%-
XYZ4.964.72.08-
YUV60.84112.29140.95-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 46.75%
GREEN value IS 57 (22.66% from 255) = 33.73%
BLUE value IS 33 (13.28% from 255) = 19.53%
R=46.75%
G=33.73%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79573300.280.580.6931.341.0721.96
Hex4F392101C3A451f2916
Octal117714103472105375126
Binary100111111100110000101110011101010001011111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,57,33); }

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

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

 a { background-color: rgb(79,57,33); }

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

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

 span { border-color: rgb(79,57,33); }

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