#4B2218

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

Shades of Brown Pod #4B2218

Tints of Brown Pod #4B2218

Color information

#4B2218 (or 0x4B2218) is unknown color: approx Brown Pod. HEX triplet: 4B, 22 and 18. RGB value is (75,34,24). Sum of RGB (Red+Green+Blue) = 75+34+24=133 (17% of max value = 765). Red value is 75 (29.69% from 255 or 56.39% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2218 is #B4DDE7. Grayscale: #2D2D2D. Windows color (decimal): -11853288 or 1581643. OLE color: 1581643.

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

Color convert

RGB753424-
CMYK00.550.680.71
HSL11.76º51.52%19.41%-
HSV(B)11.76º68%29.41%-
XYZ3.642.711.19-
YUV45.12116.08149.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 56.39%
GREEN value IS 34 (13.67% from 255) = 25.56%
BLUE value IS 24 (9.77% from 255) = 18.05%
R=56.39%
G=25.56%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75342400.550.680.7111.7651.5219.41
Hex4B22180374447c3413
Octal1134230067104107146423
Binary100101110001011000011011110001001000111110011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,34,24); }

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

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

 a { background-color: rgb(75,34,24); }

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

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

 span { border-color: rgb(75,34,24); }

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