#4B150A

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

Shades of Brown Pod #4B150A

Tints of Brown Pod #4B150A

Color information

#4B150A (or 0x4B150A) is unknown color: approx Brown Pod. HEX triplet: 4B, 15 and 0A. RGB value is (75,21,10). Sum of RGB (Red+Green+Blue) = 75+21+10=106 (14% of max value = 765). Red value is 75 (29.69% from 255 or 70.75% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 75 - color contains mainly: red. Hex color #4B150A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B150A is #B4EAF5. Grayscale: #232323. Windows color (decimal): -11856630 or 660811. OLE color: 660811.

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

Color convert

RGB752110-
CMYK00.720.870.71
HSL10.15º76.47%16.67%-
HSV(B)10.15º86.67%29.41%-
XYZ3.222.050.51-
YUV35.89113.39155.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 70.75%
GREEN value IS 21 (8.59% from 255) = 19.81%
BLUE value IS 10 (4.30% from 255) = 9.43%
R=70.75%
G=19.81%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75211000.720.870.7110.1576.4716.67
Hex4B15A0485747a4c11
Octal113251201101271071211421
Binary100101110101101001001000101011110001111010100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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