#4F361A

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

Shades of Clinker #4F361A

Tints of Clinker #4F361A

Color information

#4F361A (or 0x4F361A) is unknown color: approx Clinker. HEX triplet: 4F, 36 and 1A. RGB value is (79,54,26). Sum of RGB (Red+Green+Blue) = 79+54+26=159 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.69% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 79 - color contains mainly: red. Hex color #4F361A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F361A is #B0C9E5. Grayscale: #3A3A3A. Windows color (decimal): -11586022 or 1717839. OLE color: 1717839.

HSL color Cylindrical-coordinate representation of color #4F361A: hue angle of 31.7º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F361A is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB795426-
CMYK00.320.670.69
HSL31.7º50.48%20.59%-
HSV(B)31.7º67.09%30.98%-
XYZ4.734.381.57-
YUV58.28109.78142.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 49.69%
GREEN value IS 54 (21.48% from 255) = 33.96%
BLUE value IS 26 (10.55% from 255) = 16.35%
R=49.69%
G=33.96%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79542600.320.670.6931.750.4820.59
Hex4F361A0204345203215
Octal1176632040103105406225
Binary10011111101101101001000001000011100010110000011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,54,26); }

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

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

 a { background-color: rgb(79,54,26); }

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

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

 span { border-color: rgb(79,54,26); }

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