#381202

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

Shades of Brown Pod #381202

Tints of Brown Pod #381202

Color information

#381202 (or 0x381202) is unknown color: approx Brown Pod. HEX triplet: 38, 12 and 02. RGB value is (56,18,2). Sum of RGB (Red+Green+Blue) = 56+18+2=76 (10% of max value = 765). Red value is 56 (22.27% from 255 or 73.68% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 56 - color contains mainly: red. Hex color #381202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381202 is #C7EDFD. Grayscale: #1B1B1B. Windows color (decimal): -13102590 or 135736. OLE color: 135736.

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

Color convert

RGB56182-
CMYK00.680.960.78
HSL17.78º93.1%11.37%-
HSV(B)17.78º96.43%21.96%-
XYZ1.861.280.21-
YUV27.54113.59148.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 73.68%
GREEN value IS 18 (7.42% from 255) = 23.68%
BLUE value IS 2 (1.17% from 255) = 2.63%
R=73.68%
G=23.68%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5618200.680.960.7817.7893.111.37
Hex38122044604E125db
Octal7022201041401162213513
Binary111000100101001000100110000010011101001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381202; }

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

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

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

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

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

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

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

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