#4B3714

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

Shades of Clinker #4B3714

Tints of Clinker #4B3714

Color information

#4B3714 (or 0x4B3714) is unknown color: approx Clinker. HEX triplet: 4B, 37 and 14. RGB value is (75,55,20). Sum of RGB (Red+Green+Blue) = 75+55+20=150 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3714 is #B4C8EB. Grayscale: #393939. Windows color (decimal): -11847916 or 1324875. OLE color: 1324875.

HSL color Cylindrical-coordinate representation of color #4B3714: hue angle of 38.18º 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 #4B3714 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB755520-
CMYK00.270.730.71
HSL38.18º57.89%18.63%-
HSV(B)38.18º73.33%29.41%-
XYZ4.394.281.26-
YUV56.99107.13140.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 50%
GREEN value IS 55 (21.88% from 255) = 36.67%
BLUE value IS 20 (8.20% from 255) = 13.33%
R=50%
G=36.67%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75552000.270.730.7138.1857.8918.63
Hex4B371401B4947263a13
Octal1136724033111107467223
Binary1001011110111101000110111001001100011110011011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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