#381300

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

Shades of Brown Pod #381300

Tints of Brown Pod #381300

Color information

#381300 (or 0x381300) is unknown color: approx Brown Pod. HEX triplet: 38, 13 and 00. RGB value is (56,19,0). Sum of RGB (Red+Green+Blue) = 56+19+0=75 (9% of max value = 765). Red value is 56 (22.27% from 255 or 74.67% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 56 - color contains mainly: red. Hex color #381300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381300 is #C7ECFF. Grayscale: #1C1C1C. Windows color (decimal): -13102336 or 4920. OLE color: 4920.

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

Color convert

RGB56190-
CMYK00.6610.78
HSL20.36º100%10.98%-
HSV(B)20.36º100%21.96%-
XYZ1.861.310.15-
YUV27.9112.26148.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 74.67%
GREEN value IS 19 (7.81% from 255) = 25.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.67%
G=25.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5619000.6610.7820.3610010.98
Hex38130042644E1464b
Octal7023001021441162414413
Binary11100010011001000010110010010011101010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381300; }

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

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

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

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

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

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

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

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