#381303

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

Shades of Brown Pod #381303

Tints of Brown Pod #381303

Color information

#381303 (or 0x381303) is unknown color: approx Brown Pod. HEX triplet: 38, 13 and 03. RGB value is (56,19,3). Sum of RGB (Red+Green+Blue) = 56+19+3=78 (10% of max value = 765). Red value is 56 (22.27% from 255 or 71.79% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 3 (1.56% from 255 or 3.85% from 78); Max value from RGB is 56 - color contains mainly: red. Hex color #381303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381303 is #C7ECFC. Grayscale: #1C1C1C. Windows color (decimal): -13102333 or 201528. OLE color: 201528.

HSL color Cylindrical-coordinate representation of color #381303: hue angle of 18.11º 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 #381303 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB56193-
CMYK00.660.950.78
HSL18.11º89.83%11.57%-
HSV(B)18.11º94.64%21.96%-
XYZ1.881.310.24-
YUV28.24113.76147.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 71.79%
GREEN value IS 19 (7.81% from 255) = 24.36%
BLUE value IS 3 (1.56% from 255) = 3.85%
R=71.79%
G=24.36%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5619300.660.950.7818.1189.8311.57
Hex381330425F4E125ac
Octal7023301021371162213214
Binary111000100111101000010101111110011101001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381303; }

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

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

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

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

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

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

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

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