Html Css Color HEX #381E11 Brown Pod

📋 copy color: '#381E11'

red 56 ◦ green 30 ◦ blue 17

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

Shades of Brown Pod #381E11

Tints of Brown Pod #381E11

RGB

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

 GREEN value IS 30 (12.11% from 255) = 29.13%

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

R = 54.37%
G = 29.13%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#381E11 (or 0x381E11) is known color: Brown Pod. HEX triplet: 38, 1E and 11. RGB value is (56,30,17). Sum of RGB (Red+Green+Blue) = 56+30+17=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #381E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381E11 is #C7E1EE. Grayscale: #242424. Windows color (decimal): -13099503 or 1121848. OLE color: 1121848.

HSL color Cylindrical-coordinate representation of color #381E11: hue angle of 20º 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 #381E11 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 30 17 -
CMYK 0 0.46 0.70 0.78
HSL 20º 0.53% 0.14% -
HSV(B) 20º 0.7% 0.22% -
XYZ 2.2 1.81 0.76 -
YUV 36.29 117.11 142.06 -
System Red Green Blue C M Y K H S L
Decimal 56 30 17 0 0.46 0.70 0.78 20 0.53 0.14
Hex 38 1E 11 0 2E 46 4E 14 35 E
Octal 70 36 21 0 56 106 116 24 65 16
Binary 111000 11110 10001 0 101110 1000110 1001110 10100 110101 1110

Color Harmonies of #381E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381E11

Black with #381E11

Text Example


Text Example

White with #381E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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