#381402

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

Shades of Brown Pod #381402

Tints of Brown Pod #381402

Color information

#381402 (or 0x381402) is unknown color: approx Brown Pod. HEX triplet: 38, 14 and 02. RGB value is (56,20,2). Sum of RGB (Red+Green+Blue) = 56+20+2=78 (10% of max value = 765). Red value is 56 (22.27% from 255 or 71.79% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 56 - color contains mainly: red. Hex color #381402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381402 is #C7EBFD. Grayscale: #1C1C1C. Windows color (decimal): -13102078 or 136248. OLE color: 136248.

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

Color convert

RGB56202-
CMYK00.640.960.78
HSL20º93.1%11.37%-
HSV(B)20º96.43%21.96%-
XYZ1.891.350.22-
YUV28.71112.93147.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 71.79%
GREEN value IS 20 (8.20% from 255) = 25.64%
BLUE value IS 2 (1.17% from 255) = 2.56%
R=71.79%
G=25.64%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5620200.640.960.782093.111.37
Hex38142040604E145db
Octal7024201001401162413513
Binary111000101001001000000110000010011101010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381402; }

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

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

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

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

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

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

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

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