Html Css Color HEX #381F14 Brown Pod

📋 copy color: '#381F14'

red 56 ◦ green 31 ◦ blue 20

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

Shades of Brown Pod #381F14

Tints of Brown Pod #381F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 18.69%

R = 52.34%
G = 28.97%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#381F14 (or 0x381F14) is known color: Brown Pod. HEX triplet: 38, 1F and 14. RGB value is (56,31,20). Sum of RGB (Red+Green+Blue) = 56+31+20=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #381F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381F14 is #C7E0EB. Grayscale: #252525. Windows color (decimal): -13099244 or 1318712. OLE color: 1318712.

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

Color convert

RGB 56 31 20 -
CMYK 0 0.45 0.64 0.78
HSL 18.33º 0.47% 0.15% -
HSV(B) 18.33º 0.64% 0.22% -
XYZ 2.25 1.87 0.9 -
YUV 37.22 118.28 141.39 -
System Red Green Blue C M Y K H S L
Decimal 56 31 20 0 0.45 0.64 0.78 18.33 0.47 0.15
Hex 38 1F 14 0 2D 40 4E 12 2F F
Octal 70 37 24 0 55 100 116 22 57 17
Binary 111000 11111 10100 0 101101 1000000 1001110 10010 101111 1111

Color Harmonies of #381F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381F14

Black with #381F14

Text Example


Text Example

White with #381F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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