#4B3114

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

Shades of Clinker #4B3114

Tints of Clinker #4B3114

Color information

#4B3114 (or 0x4B3114) is unknown color: approx Clinker. HEX triplet: 4B, 31 and 14. RGB value is (75,49,20). Sum of RGB (Red+Green+Blue) = 75+49+20=144 (19% of max value = 765). Red value is 75 (29.69% from 255 or 52.08% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3114 is #B4CEEB. Grayscale: #353535. Windows color (decimal): -11849452 or 1323339. OLE color: 1323339.

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

Color convert

RGB754920-
CMYK00.350.730.71
HSL31.64º57.89%18.63%-
HSV(B)31.64º73.33%29.41%-
XYZ4.133.741.17-
YUV53.47109.11143.36-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 52.08%
GREEN value IS 49 (19.53% from 255) = 34.03%
BLUE value IS 20 (8.20% from 255) = 13.89%
R=52.08%
G=34.03%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75492000.350.730.7131.6457.8918.63
Hex4B31140234947203a13
Octal1136124043111107407223
Binary10010111100011010001000111001001100011110000011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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