#4F381A

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

Shades of Clinker #4F381A

Tints of Clinker #4F381A

Color information

#4F381A (or 0x4F381A) is unknown color: approx Clinker. HEX triplet: 4F, 38 and 1A. RGB value is (79,56,26). Sum of RGB (Red+Green+Blue) = 79+56+26=161 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.07% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 79 - color contains mainly: red. Hex color #4F381A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F381A is #B0C7E5. Grayscale: #3B3B3B. Windows color (decimal): -11585510 or 1718351. OLE color: 1718351.

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

Color convert

RGB795626-
CMYK00.290.670.69
HSL33.96º50.48%20.59%-
HSV(B)33.96º67.09%30.98%-
XYZ4.834.571.6-
YUV59.46109.12141.94-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 49.07%
GREEN value IS 56 (22.27% from 255) = 34.78%
BLUE value IS 26 (10.55% from 255) = 16.15%
R=49.07%
G=34.78%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79562600.290.670.6933.9650.4820.59
Hex4F381A01D4345223215
Octal1177032035103105426225
Binary1001111111000110100111011000011100010110001011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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