#4B1807

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

Shades of Brown Pod #4B1807

Tints of Brown Pod #4B1807

Color information

#4B1807 (or 0x4B1807) is unknown color: approx Brown Pod. HEX triplet: 4B, 18 and 07. RGB value is (75,24,7). Sum of RGB (Red+Green+Blue) = 75+24+7=106 (14% of max value = 765). Red value is 75 (29.69% from 255 or 70.75% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1807 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1807 is #B4E7F8. Grayscale: #252525. Windows color (decimal): -11855865 or 464971. OLE color: 464971.

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

Color convert

RGB75247-
CMYK00.680.910.71
HSL15º82.93%16.08%-
HSV(B)15º90.67%29.41%-
XYZ3.272.160.45-
YUV37.31110.9154.88-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 70.75%
GREEN value IS 24 (9.77% from 255) = 22.64%
BLUE value IS 7 (3.12% from 255) = 6.60%
R=70.75%
G=22.64%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7524700.680.910.711582.9316.08
Hex4B1870445B47f5310
Octal11330701041331071712320
Binary10010111100011101000100101101110001111111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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