#4B310E

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

Shades of Clinker #4B310E

Tints of Clinker #4B310E

Color information

#4B310E (or 0x4B310E) is unknown color: approx Clinker. HEX triplet: 4B, 31 and 0E. RGB value is (75,49,14). Sum of RGB (Red+Green+Blue) = 75+49+14=138 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.35% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 75 - color contains mainly: red. Hex color #4B310E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B310E is #B4CEF1. Grayscale: #343434. Windows color (decimal): -11849458 or 930123. OLE color: 930123.

HSL color Cylindrical-coordinate representation of color #4B310E: hue angle of 34.43º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B310E is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB754914-
CMYK00.350.810.71
HSL34.43º68.54%17.45%-
HSV(B)34.43º81.33%29.41%-
XYZ4.083.720.92-
YUV52.78106.11143.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 54.35%
GREEN value IS 49 (19.53% from 255) = 35.51%
BLUE value IS 14 (5.86% from 255) = 10.14%
R=54.35%
G=35.51%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.81
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75491400.350.810.7134.4368.5417.45
Hex4B31E0235147224511
Octal11361160431211074210521
Binary10010111100011110010001110100011000111100010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B310E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,49,14); }

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

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

 a { background-color: rgb(75,49,14); }

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

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

 span { border-color: rgb(75,49,14); }

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