Html Css Color HEX #381F11 Brown Pod

📋 copy color: '#381F11'

red 56 ◦ green 31 ◦ blue 17

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

Shades of Brown Pod #381F11

Tints of Brown Pod #381F11

RGB

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

 GREEN value IS 31 (12.5% from 255) = 29.81%

 BLUE value IS 17 (7.03% from 255) = 16.35%

R = 53.85%
G = 29.81%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#381F11 (or 0x381F11) is known color: Brown Pod. HEX triplet: 38, 1F and 11. RGB value is (56,31,17). Sum of RGB (Red+Green+Blue) = 56+31+17=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #381F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381F11 is #C7E0EE. Grayscale: #242424. Windows color (decimal): -13099247 or 1122104. OLE color: 1122104.

HSL color Cylindrical-coordinate representation of color #381F11: hue angle of 21.54º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381F11 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 31 17 -
CMYK 0 0.45 0.70 0.78
HSL 21.54º 0.53% 0.14% -
HSV(B) 21.54º 0.7% 0.22% -
XYZ 2.22 1.86 0.77 -
YUV 36.88 116.78 141.64 -
System Red Green Blue C M Y K H S L
Decimal 56 31 17 0 0.45 0.70 0.78 21.54 0.53 0.14
Hex 38 1F 11 0 2D 46 4E 16 35 E
Octal 70 37 21 0 55 106 116 26 65 16
Binary 111000 11111 10001 0 101101 1000110 1001110 10110 110101 1110

Color Harmonies of #381F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381F11

Black with #381F11

Text Example


Text Example

White with #381F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,31,17); }

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

background-color css

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

 a { background-color: rgb(56,31,17); }

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

border-color css

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

 span { border-color: rgb(56,31,17); }

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