#4B2103

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

Shades of Brown Pod #4B2103

Tints of Brown Pod #4B2103

Color information

#4B2103 (or 0x4B2103) is unknown color: approx Brown Pod. HEX triplet: 4B, 21 and 03. RGB value is (75,33,3). Sum of RGB (Red+Green+Blue) = 75+33+3=111 (14% of max value = 765). Red value is 75 (29.69% from 255 or 67.57% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 3 (1.56% from 255 or 2.70% from 111); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2103 is #B4DEFC. Grayscale: #2A2A2A. Windows color (decimal): -11853565 or 205131. OLE color: 205131.

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

Color convert

RGB75333-
CMYK00.560.960.71
HSL25º92.31%15.29%-
HSV(B)25º96%29.41%-
XYZ3.462.590.4-
YUV42.14105.91151.44-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 67.57%
GREEN value IS 33 (13.28% from 255) = 29.73%
BLUE value IS 3 (1.56% from 255) = 2.70%
R=67.57%
G=29.73%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7533300.560.960.712592.3115.29
Hex4B2130386047195cf
Octal1134130701401073113417
Binary1001011100001110111000110000010001111100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,33,3); }

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

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

 a { background-color: rgb(75,33,3); }

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

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

 span { border-color: rgb(75,33,3); }

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