#381302

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

Shades of Brown Pod #381302

Tints of Brown Pod #381302

Color information

#381302 (or 0x381302) is unknown color: approx Brown Pod. HEX triplet: 38, 13 and 02. RGB value is (56,19,2). Sum of RGB (Red+Green+Blue) = 56+19+2=77 (10% of max value = 765). Red value is 56 (22.27% from 255 or 72.73% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 56 - color contains mainly: red. Hex color #381302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381302 is #C7ECFD. Grayscale: #1C1C1C. Windows color (decimal): -13102334 or 135992. OLE color: 135992.

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

Color convert

RGB56192-
CMYK00.660.960.78
HSL18.89º93.1%11.37%-
HSV(B)18.89º96.43%21.96%-
XYZ1.871.310.21-
YUV28.12113.26147.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 72.73%
GREEN value IS 19 (7.81% from 255) = 24.68%
BLUE value IS 2 (1.17% from 255) = 2.60%
R=72.73%
G=24.68%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5619200.660.960.7818.8993.111.37
Hex38132042604E135db
Octal7023201021401162313513
Binary111000100111001000010110000010011101001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381302; }

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

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

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

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

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

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

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

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