#381405

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

Shades of Brown Pod #381405

Tints of Brown Pod #381405

Color information

#381405 (or 0x381405) is unknown color: approx Brown Pod. HEX triplet: 38, 14 and 05. RGB value is (56,20,5). Sum of RGB (Red+Green+Blue) = 56+20+5=81 (10% of max value = 765). Red value is 56 (22.27% from 255 or 69.14% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 5 (2.34% from 255 or 6.17% from 81); Max value from RGB is 56 - color contains mainly: red. Hex color #381405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381405 is #C7EBFA. Grayscale: #1D1D1D. Windows color (decimal): -13102075 or 332856. OLE color: 332856.

HSL color Cylindrical-coordinate representation of color #381405: hue angle of 17.65º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #381405 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB56205-
CMYK00.640.910.78
HSL17.65º83.61%11.96%-
HSV(B)17.65º91.07%21.96%-
XYZ1.911.350.3-
YUV29.05114.43147.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 69.14%
GREEN value IS 20 (8.20% from 255) = 24.69%
BLUE value IS 5 (2.34% from 255) = 6.17%
R=69.14%
G=24.69%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5620500.640.910.7817.6583.6111.96
Hex381450405B4E1254c
Octal7024501001331162212414
Binary1110001010010101000000101101110011101001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381405; }

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

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

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

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

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

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

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

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