#381702

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

Shades of Brown Pod #381702

Tints of Brown Pod #381702

Color information

#381702 (or 0x381702) is unknown color: approx Brown Pod. HEX triplet: 38, 17 and 02. RGB value is (56,23,2). Sum of RGB (Red+Green+Blue) = 56+23+2=81 (10% of max value = 765). Red value is 56 (22.27% from 255 or 69.14% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 2 (1.17% from 255 or 2.47% from 81); Max value from RGB is 56 - color contains mainly: red. Hex color #381702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381702 is #C7E8FD. Grayscale: #1E1E1E. Windows color (decimal): -13101310 or 137016. OLE color: 137016.

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

Color convert

RGB56232-
CMYK00.590.960.78
HSL23.33º93.1%11.37%-
HSV(B)23.33º96.43%21.96%-
XYZ1.951.460.24-
YUV30.47111.93146.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 69.14%
GREEN value IS 23 (9.38% from 255) = 28.40%
BLUE value IS 2 (1.17% from 255) = 2.47%
R=69.14%
G=28.40%
B=2.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5623200.590.960.7823.3393.111.37
Hex3817203B604E175db
Octal702720731401162713513
Binary11100010111100111011110000010011101011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381702; }

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

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

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

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

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

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

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

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