#4B140A

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

Shades of Brown Pod #4B140A

Tints of Brown Pod #4B140A

Color information

#4B140A (or 0x4B140A) is unknown color: approx Brown Pod. HEX triplet: 4B, 14 and 0A. RGB value is (75,20,10). Sum of RGB (Red+Green+Blue) = 75+20+10=105 (13% of max value = 765). Red value is 75 (29.69% from 255 or 71.43% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 75 - color contains mainly: red. Hex color #4B140A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B140A is #B4EBF5. Grayscale: #232323. Windows color (decimal): -11856886 or 660555. OLE color: 660555.

HSL color Cylindrical-coordinate representation of color #4B140A: hue angle of 9.23º 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 #4B140A is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.71.

Color convert

RGB752010-
CMYK00.730.870.71
HSL9.23º76.47%16.67%-
HSV(B)9.23º86.67%29.41%-
XYZ3.212.020.51-
YUV35.3113.72156.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 71.43%
GREEN value IS 20 (8.20% from 255) = 19.05%
BLUE value IS 10 (4.30% from 255) = 9.52%
R=71.43%
G=19.05%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75201000.730.870.719.2376.4716.67
Hex4B14A049574794c11
Octal113241201111271071111421
Binary100101110100101001001001101011110001111001100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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