#381304

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

Shades of Brown Pod #381304

Tints of Brown Pod #381304

Color information

#381304 (or 0x381304) is unknown color: approx Brown Pod. HEX triplet: 38, 13 and 04. RGB value is (56,19,4). Sum of RGB (Red+Green+Blue) = 56+19+4=79 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70.89% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 4 (1.95% from 255 or 5.06% from 79); Max value from RGB is 56 - color contains mainly: red. Hex color #381304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381304 is #C7ECFB. Grayscale: #1C1C1C. Windows color (decimal): -13102332 or 267064. OLE color: 267064.

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

Color convert

RGB56194-
CMYK00.660.930.78
HSL17.31º86.67%11.76%-
HSV(B)17.31º92.86%21.96%-
XYZ1.891.320.27-
YUV28.35114.26147.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 70.89%
GREEN value IS 19 (7.81% from 255) = 24.05%
BLUE value IS 4 (1.95% from 255) = 5.06%
R=70.89%
G=24.05%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5619400.660.930.7817.3186.6711.76
Hex381340425D4E1157c
Octal7023401021351162112714
Binary1110001001110001000010101110110011101000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381304; }

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

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

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

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

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

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

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

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