#381700

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

Shades of Brown Pod #381700

Tints of Brown Pod #381700

Color information

#381700 (or 0x381700) is unknown color: approx Brown Pod. HEX triplet: 38, 17 and 00. RGB value is (56,23,0). Sum of RGB (Red+Green+Blue) = 56+23+0=79 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70.89% from 79); Green value is 23 (9.38% from 255 or 29.11% from 79); Blue value is 0 (0.39% from 255 or 0% from 79); Max value from RGB is 56 - color contains mainly: red. Hex color #381700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381700 is #C7E8FF. Grayscale: #1E1E1E. Windows color (decimal): -13101312 or 5944. OLE color: 5944.

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

Color convert

RGB56230-
CMYK00.5910.78
HSL24.64º100%10.98%-
HSV(B)24.64º100%21.96%-
XYZ1.941.450.18-
YUV30.24110.93146.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 70.89%
GREEN value IS 23 (9.38% from 255) = 29.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.89%
G=29.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5623000.5910.7824.6410010.98
Hex3817003B644E1964b
Octal702700731441163114413
Binary1110001011100111011110010010011101100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381700; }

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

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

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

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

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

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

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

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