Html Css Color HEX #381C16 Brown Pod

📋 copy color: '#381C16'

red 56 ◦ green 28 ◦ blue 22

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

Shades of Brown Pod #381C16

Tints of Brown Pod #381C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 20.75%

R = 52.83%
G = 26.42%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#381C16 (or 0x381C16) is known color: Brown Pod. HEX triplet: 38, 1C and 16. RGB value is (56,28,22). Sum of RGB (Red+Green+Blue) = 56+28+22=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 22 (8.98% from 255 or 20.75% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #381C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381C16 is #C7E3E9. Grayscale: #232323. Windows color (decimal): -13100010 or 1449016. OLE color: 1449016.

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

Color convert

RGB 56 28 22 -
CMYK 0 0.50 0.61 0.78
HSL 10.59º 0.44% 0.15% -
HSV(B) 10.59º 0.61% 0.22% -
XYZ 2.19 1.73 0.98 -
YUV 35.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 56 28 22 0 0.50 0.61 0.78 10.59 0.44 0.15
Hex 38 1C 16 0 32 3D 4E B 2C F
Octal 70 34 26 0 62 75 116 13 54 17
Binary 111000 11100 10110 0 110010 111101 1001110 1011 101100 1111

Color Harmonies of #381C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C16

Black with #381C16

Text Example


Text Example

White with #381C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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