#381403

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

Shades of Brown Pod #381403

Tints of Brown Pod #381403

Color information

#381403 (or 0x381403) is unknown color: approx Brown Pod. HEX triplet: 38, 14 and 03. RGB value is (56,20,3). Sum of RGB (Red+Green+Blue) = 56+20+3=79 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70.89% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 3 (1.56% from 255 or 3.80% from 79); Max value from RGB is 56 - color contains mainly: red. Hex color #381403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381403 is #C7EBFC. Grayscale: #1C1C1C. Windows color (decimal): -13102077 or 201784. OLE color: 201784.

HSL color Cylindrical-coordinate representation of color #381403: hue angle of 19.25º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #381403 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB56203-
CMYK00.640.950.78
HSL19.25º89.83%11.57%-
HSV(B)19.25º94.64%21.96%-
XYZ1.91.350.25-
YUV28.83113.43147.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 70.89%
GREEN value IS 20 (8.20% from 255) = 25.32%
BLUE value IS 3 (1.56% from 255) = 3.80%
R=70.89%
G=25.32%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5620300.640.950.7819.2589.8311.57
Hex381430405F4E135ac
Octal7024301001371162313214
Binary111000101001101000000101111110011101001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381403; }

 p { color: rgb(56,20,3); }

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

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

 a { background-color: rgb(56,20,3); }

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

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

 span { border-color: rgb(56,20,3); }

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