#381200

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

Shades of Brown Pod #381200

Tints of Brown Pod #381200

Color information

#381200 (or 0x381200) is unknown color: approx Brown Pod. HEX triplet: 38, 12 and 00. RGB value is (56,18,0). Sum of RGB (Red+Green+Blue) = 56+18+0=74 (9% of max value = 765). Red value is 56 (22.27% from 255 or 75.68% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 56 - color contains mainly: red. Hex color #381200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381200 is #C7EDFF. Grayscale: #1B1B1B. Windows color (decimal): -13102592 or 4664. OLE color: 4664.

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

Color convert

RGB56180-
CMYK00.6810.78
HSL19.29º100%10.98%-
HSV(B)19.29º100%21.96%-
XYZ1.851.270.15-
YUV27.31112.59148.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 75.68%
GREEN value IS 18 (7.42% from 255) = 24.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.68%
G=24.32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5618000.6810.7819.2910010.98
Hex38120044644E1364b
Octal7022001041441162314413
Binary11100010010001000100110010010011101001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381200; }

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

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

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

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

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

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

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

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