Html Css Color HEX #381C15 Brown Pod

📋 copy color: '#381C15'

red 56 ◦ green 28 ◦ blue 21

#381C15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Pod #381C15

Tints of Brown Pod #381C15

RGB

 RED value IS 56 (22.27% from 255) = 53.33%

 GREEN value IS 28 (11.33% from 255) = 26.67%

 BLUE value IS 21 (8.59% from 255) = 20%

R = 53.33%
G = 26.67%
B = 20%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#381C15 (or 0x381C15) is known color: Brown Pod. HEX triplet: 38, 1C and 15. RGB value is (56,28,21). Sum of RGB (Red+Green+Blue) = 56+28+21=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 28 (11.33% from 255 or 26.67% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #381C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381C15 is #C7E3EA. Grayscale: #232323. Windows color (decimal): -13100011 or 1383480. OLE color: 1383480.

HSL color Cylindrical-coordinate representation of color #381C15: hue angle of 12º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #381C15 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 28 21 -
CMYK 0 0.50 0.63 0.78
HSL 12º 0.45% 0.15% -
HSV(B) 12º 0.63% 0.22% -
XYZ 2.18 1.73 0.93 -
YUV 35.57 119.78 142.57 -
System Red Green Blue C M Y K H S L
Decimal 56 28 21 0 0.50 0.63 0.78 12 0.45 0.15
Hex 38 1C 15 0 32 3F 4E C 2D F
Octal 70 34 25 0 62 77 116 14 55 17
Binary 111000 11100 10101 0 110010 111111 1001110 1100 101101 1111

Color Harmonies of #381C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C15

Black with #381C15

Text Example


Text Example

White with #381C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #381C15;
 }
 .AnyTagClassName
 {
   color: #381C15;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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