#381C0A

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

Shades of Brown Pod #381C0A

Tints of Brown Pod #381C0A

Color information

#381C0A (or 0x381C0A) is unknown color: approx Brown Pod. HEX triplet: 38, 1C and 0A. RGB value is (56,28,10). Sum of RGB (Red+Green+Blue) = 56+28+10=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 28 (11.33% from 255 or 29.79% from 94); Blue value is 10 (4.30% from 255 or 10.64% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #381C0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381C0A is #C7E3F5. Grayscale: #222222. Windows color (decimal): -13100022 or 662584. OLE color: 662584.

HSL color Cylindrical-coordinate representation of color #381C0A: hue angle of 23.48º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #381C0A is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB562810-
CMYK00.500.820.78
HSL23.48º69.7%12.94%-
HSV(B)23.48º82.14%21.96%-
XYZ2.11.690.5-
YUV34.32114.28143.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 59.57%
GREEN value IS 28 (11.33% from 255) = 29.79%
BLUE value IS 10 (4.30% from 255) = 10.64%
R=59.57%
G=29.79%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56281000.500.820.7823.4869.712.94
Hex381CA032524E1746d
Octal7034120621221162710615
Binary1110001110010100110010101001010011101011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381C0A; }

 p { color: rgb(56,28,10); }

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

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

 a { background-color: rgb(56,28,10); }

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

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

 span { border-color: rgb(56,28,10); }

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