#4B3816

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

Shades of Clinker #4B3816

Tints of Clinker #4B3816

Color information

#4B3816 (or 0x4B3816) is unknown color: approx Clinker. HEX triplet: 4B, 38 and 16. RGB value is (75,56,22). Sum of RGB (Red+Green+Blue) = 75+56+22=153 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.02% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3816 is #B4C7E9. Grayscale: #393939. Windows color (decimal): -11847658 or 1456203. OLE color: 1456203.

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

Color convert

RGB755622-
CMYK00.250.710.71
HSL38.49º54.64%19.02%-
HSV(B)38.49º70.67%29.41%-
XYZ4.464.381.37-
YUV57.8107.79140.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 49.02%
GREEN value IS 56 (22.27% from 255) = 36.60%
BLUE value IS 22 (8.98% from 255) = 14.38%
R=49.02%
G=36.60%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75562200.250.710.7138.4954.6419.02
Hex4B38160194747263713
Octal1137026031107107466723
Binary1001011111000101100110011000111100011110011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,56,22); }

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

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

 a { background-color: rgb(75,56,22); }

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

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

 span { border-color: rgb(75,56,22); }

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