#4B3615

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

Shades of Clinker #4B3615

Tints of Clinker #4B3615

Color information

#4B3615 (or 0x4B3615) is unknown color: approx Clinker. HEX triplet: 4B, 36 and 15. RGB value is (75,54,21). Sum of RGB (Red+Green+Blue) = 75+54+21=150 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3615 is #B4C9EA. Grayscale: #383838. Windows color (decimal): -11848171 or 1390155. OLE color: 1390155.

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

Color convert

RGB755421-
CMYK00.280.720.71
HSL36.67º56.25%18.82%-
HSV(B)36.67º72%29.41%-
XYZ4.364.191.29-
YUV56.52107.96141.18-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 50%
GREEN value IS 54 (21.48% from 255) = 36%
BLUE value IS 21 (8.59% from 255) = 14%
R=50%
G=36%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75542100.280.720.7136.6756.2518.82
Hex4B361501C4847253813
Octal1136625034110107457023
Binary1001011110110101010111001001000100011110010111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,54,21); }

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

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

 a { background-color: rgb(75,54,21); }

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

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

 span { border-color: rgb(75,54,21); }

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